mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

With two contexts in the same test, we can get: - `<testId>.network` and `<testId>-1.network` files; - for export, we can copy `<testId>.network` into `<testId>-1.network` and try to copy into a file when another trace is reading from it. Fixes #22089.
playwright-core
This package contains the no-browser flavor of Playwright.