playwright/tests
Dmitry Gozman 621897c385 feat(test runner): run tests with different worker fixtures in a single worker
Previously, we forced a new worker for a new set of worker fixtures.
Now, we can reuse the worker by tearing down mismatching worker
fixtures between tests.

The new behavior allows all tests from a single file run in-order,
even when mixing various test types with different worker fixtures.
This is less efficient, but more predictable for the user.
Switching between worker fixtures is reported under "Reset Fixtures"
step inside "Before Hooks" and has a separate timeout.

We still force a new worker for each project and repeatEach index.
2024-10-22 13:19:16 +01:00
..
android test: fix/fixme/update a few tests (#33006) 2024-10-08 03:59:35 -07:00
assets chore: compute aria text consistently with the role accumulated text (#33157) 2024-10-17 17:06:18 -07:00
bidi chore(bidi): update setContent expectations for ff (#32992) 2024-10-08 11:58:01 -07:00
components fix(ct-vue): update default slot should work (#32952) 2024-10-04 14:18:21 +02:00
config chore: implement tree w/o list (#33167) 2024-10-17 16:57:45 -07:00
electron chore: update flakiness metadata for better ui presentation (#31528) 2024-07-03 08:39:53 -07:00
expect chore: roll expect and move it to third party (#32458) 2024-09-09 13:12:20 -07:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation test: retry installation tests up to 3 times (#32910) 2024-10-01 13:12:38 -07:00
library test: unflake ff debugger test (#33124) 2024-10-15 16:21:55 -07:00
page fix(ff): resource type for image sets should be image (#33195) 2024-10-21 11:14:48 +02:00
playwright-test feat(test runner): run tests with different worker fixtures in a single worker 2024-10-22 13:19:16 +01:00
stress test: fix stress tests bots (#32513) 2024-09-09 12:52:40 +02:00
third_party/proxy chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
webview2 test: update webview2 skipme's (#32984) 2024-10-07 11:08:07 +02:00
.eslintrc.js chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
tsconfig.json chore: use own socks5 server for tests (#31639) 2024-07-11 14:12:48 +02:00