playwright/packages
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
..
html-reporter feat(html): added labels to test cases and test files (#21468) 2023-03-22 14:35:58 -07:00
playwright chore: cut 1.32 (#21773) 2023-03-17 19:36:43 -07:00
playwright-chromium chore: cut 1.32 (#21773) 2023-03-17 19:36:43 -07:00
playwright-core fix(tracing): avoid clashing network file names (#22126) 2023-03-31 17:29:39 -07:00
playwright-ct-react fix(ct): optional hooks config type (#22100) 2023-03-30 21:09:05 -07:00
playwright-ct-react17 fix(ct): optional hooks config type (#22100) 2023-03-30 21:09:05 -07:00
playwright-ct-solid fix(ct): optional hooks config type (#22100) 2023-03-30 21:09:05 -07:00
playwright-ct-svelte fix(ct): optional hooks config type (#22100) 2023-03-30 21:09:05 -07:00
playwright-ct-vue fix(ct): optional hooks config type (#22100) 2023-03-30 21:09:05 -07:00
playwright-ct-vue2 fix(ct): optional hooks config type (#22100) 2023-03-30 21:09:05 -07:00
playwright-firefox chore: cut 1.32 (#21773) 2023-03-17 19:36:43 -07:00
playwright-test feat: Adding trace option 'on-all-retries' (#21985) 2023-03-31 13:04:24 -07:00
playwright-webkit chore: cut 1.32 (#21773) 2023-03-17 19:36:43 -07:00
protocol/src chore: implement jsHandle._objectCount in chromium (#22127) 2023-03-31 15:52:01 -07:00
recorder chore(tv): render error in-line (#21586) 2023-03-10 16:22:19 -08:00
trace/src chore: split trace events into phases (#21696) 2023-03-15 22:33:40 -07:00
trace-viewer chore: allow ts decorators (#22080) 2023-03-29 20:43:08 -07:00
web chore: pack codemirror on resize (#21856) 2023-03-21 18:20:48 -07:00
.eslintrc.js chore: don't write into stdout from the test runner, use reporters instead (#11367) 2022-01-12 19:52:40 -08:00