playwright/packages/playwright-test/src/runner
Dmitry Gozman 6769a311ed
feat(test runner): error out when one test file imports another (#21357)
This situation is not supported, and we can now detect it by looking at
collected file dependencies.

Fixes #21270.
2023-03-02 15:09:50 -08:00
..
DEPS.list chore: move testInfo and timeoutManager to worker/ (#20803) 2023-02-09 19:22:17 -08:00
dispatcher.ts fix(runner): finish dispatching if remaining tests were skipped (#21238) 2023-02-27 17:20:30 -08:00
loaderHost.ts chore: calcular pool digests on the loader process side (#20728) 2023-02-07 14:08:17 -08:00
loadUtils.ts feat(test runner): error out when one test file imports another (#21357) 2023-03-02 15:09:50 -08:00
processHost.ts chore: load tests file by file (#20557) 2023-02-01 12:33:42 -08:00
projectUtils.ts chore(test): move run options into config (#20568) 2023-02-01 15:25:26 -08:00
reporters.ts chore: set filters and run tests separately (#20759) 2023-02-08 14:30:53 -08:00
runner.ts chore: ui mode first cut (#21291) 2023-03-01 15:27:23 -08:00
sigIntWatcher.ts chore: group test runner files by process (#20425) 2023-01-26 17:26:47 -08:00
taskRunner.ts chore: do not run all on watch (#20758) 2023-02-08 12:44:51 -08:00
tasks.ts fix(test runner): --list should ignore '.only' annotations (#20868) 2023-02-13 11:13:30 -08:00
testGroups.ts chore: project deps (#20514) 2023-01-31 15:59:13 -08:00
uiMode.ts chore: ui mode ui improvements (#21325) 2023-03-02 13:45:15 -08:00
watchMode.ts chore: more watch tests (#20797) 2023-02-09 16:03:54 -08:00
workerHost.ts chore: group test runner files by process (#20425) 2023-01-26 17:26:47 -08:00