playwright/packages/playwright-core
Dmitry Gozman 41e3e6d13f
fix(tracing): avoid clashing network file names (#22126)
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.
2023-03-31 17:29:39 -07:00
..
2022-08-15 18:10:04 +02:00
2023-03-17 19:36:43 -07:00

playwright-core

This package contains the no-browser flavor of Playwright.