playwright/packages/playwright-test/src/runner
Dmitry Gozman fa286de0b3
fix(test runner): extract FailureTracker helper (#26757)
This way we can reuse it for:
- tracking `maxFailures` across phases;
- tracking failures for runner;
- tracking failures for `runJob` helper class later on.

Fixes #26344.
2023-08-31 15:32:29 -07:00
..
DEPS.list chore: fix docs & lint check (#26598) 2023-08-22 16:45:41 +02:00
dispatcher.ts fix(test runner): extract FailureTracker helper (#26757) 2023-08-31 15:32:29 -07:00
failureTracker.ts fix(test runner): extract FailureTracker helper (#26757) 2023-08-31 15:32:29 -07:00
loaderHost.ts chore: allow marking scripts as external for transform (#23449) 2023-06-01 20:28:49 -07:00
loadUtils.ts chore: apply only filtration to deps (#24268) 2023-07-17 16:48:52 -07:00
processHost.ts fix: process host early exit crash (#26642) 2023-08-23 18:03:24 +02:00
projectUtils.ts chore: fix .only in dependent tests (#26503) 2023-08-16 13:39:08 -07:00
reporters.ts chore(merge): console status updates (#24559) 2023-08-02 14:49:06 -07:00
runner.ts fix(test runner): extract FailureTracker helper (#26757) 2023-08-31 15:32:29 -07:00
sigIntWatcher.ts fix(sigint): make sure we do not add handler twice (#24413) 2023-07-25 18:35:38 -07:00
taskRunner.ts chore: make sure to call task's teardown if it has ever started (#24317) 2023-07-20 17:16:22 -07:00
tasks.ts fix(test runner): extract FailureTracker helper (#26757) 2023-08-31 15:32:29 -07:00
testGroups.ts feat(shard): introduce mode: 'default' (#23023) 2023-05-18 13:07:22 -07:00
uiMode.ts feat: allow installing browsers from ui (#26628) 2023-08-23 12:26:11 -07:00
watchMode.ts fix(test runner): extract FailureTracker helper (#26757) 2023-08-31 15:32:29 -07:00
workerHost.ts chore: create artifacts dir in the test runner (#26594) 2023-08-21 19:41:10 -07:00