playwright/packages/playwright-test/src/runner
Max Schmitt dcdf38f119
chore: keep UI Mode running when used with browser mode (#23876)
This will keep UI Mode running in browser mode. When launched in normal
persistent context mode, we know when the persistent context closes, so
we can run the project teardown code.

Fixes https://github.com/microsoft/playwright/issues/23801
2023-06-26 22:21:44 +02:00
..
DEPS.list chore: move transform to its own folder (for loader worker) (#23247) 2023-05-23 21:05:33 -07:00
dispatcher.ts fix(test runner): improve error message for non-stable test titles (#23792) 2023-06-19 14:13:11 -07:00
loaderHost.ts chore: allow marking scripts as external for transform (#23449) 2023-06-01 20:28:49 -07:00
loadUtils.ts Enhance the forbidOnly mode message to guide the user towards the configuration option (#23146) 2023-05-25 13:32:49 -07:00
processHost.ts feat(deps): inherit environment changes from dependencies (#21771) 2023-03-17 15:46:52 -07:00
projectUtils.ts feat(teardown): allow the same project to be a teardown for multiple (#23074) 2023-05-16 18:26:06 -07:00
reporters.ts feat: markdown report (#23819) 2023-06-20 12:11:32 -07:00
runner.ts chore: print listening on message in terminal for web trace modes (#23546) 2023-06-06 09:36:49 -07:00
sigIntWatcher.ts chore: group test runner files by process (#20425) 2023-01-26 17:26:47 -08:00
taskRunner.ts chore: render parse errors in the UI mode (#22888) 2023-05-08 18:51:27 -07:00
tasks.ts chore: allow marking scripts as external for transform (#23449) 2023-06-01 20:28:49 -07:00
testGroups.ts feat(shard): introduce mode: 'default' (#23023) 2023-05-18 13:07:22 -07:00
uiMode.ts chore: keep UI Mode running when used with browser mode (#23876) 2023-06-26 22:21:44 +02:00
watchMode.ts chore: move transform to its own folder (for loader worker) (#23247) 2023-05-23 21:05:33 -07:00
workerHost.ts feat(deps): inherit environment changes from dependencies (#21771) 2023-03-17 15:46:52 -07:00