playwright/packages
Dmitry Gozman 85112be25c
fix(test runner): properly handle uncaught errors in test.fail() (#27734)
Before this fix, unhandled error during test.fail():
- marks this test as "interrupted";
- fails next test in the file with "fatal error".

After this fix:
- marks this test as "failed as expected";
- restarts worker for the next test.
2023-10-23 09:14:31 -07:00
..
html-reporter feat(html): "copy to clipboard" for text attachments (#27556) 2023-10-11 17:56:05 -07:00
playwright fix(test runner): properly handle uncaught errors in test.fail() (#27734) 2023-10-23 09:14:31 -07:00
playwright-browser-chromium chore: mark 1.40.0-next (#27538) 2023-10-10 16:10:28 -07:00
playwright-browser-firefox chore: mark 1.40.0-next (#27538) 2023-10-10 16:10:28 -07:00
playwright-browser-webkit chore: mark 1.40.0-next (#27538) 2023-10-10 16:10:28 -07:00
playwright-chromium chore: mark 1.40.0-next (#27538) 2023-10-10 16:10:28 -07:00
playwright-core feat: add pixel 7 device with android 14 (#27700) 2023-10-23 12:59:42 +02:00
playwright-ct-core fix(ct): baseURL playwright config (#27689) 2023-10-18 13:53:58 -07:00
playwright-ct-react chore: mark 1.40.0-next (#27538) 2023-10-10 16:10:28 -07:00
playwright-ct-react17 chore: mark 1.40.0-next (#27538) 2023-10-10 16:10:28 -07:00
playwright-ct-solid fix(ct): solid render array as child (#27715) 2023-10-20 11:44:30 -07:00
playwright-ct-svelte chore: mark 1.40.0-next (#27538) 2023-10-10 16:10:28 -07:00
playwright-ct-vue chore: mark 1.40.0-next (#27538) 2023-10-10 16:10:28 -07:00
playwright-ct-vue2 chore: mark 1.40.0-next (#27538) 2023-10-10 16:10:28 -07:00
playwright-firefox chore: mark 1.40.0-next (#27538) 2023-10-10 16:10:28 -07:00
playwright-test chore: mark 1.40.0-next (#27538) 2023-10-10 16:10:28 -07:00
playwright-webkit chore: mark 1.40.0-next (#27538) 2023-10-10 16:10:28 -07:00
protocol/src fix: preserve lastModified timestamp in setInputFiles (#27671) 2023-10-18 14:05:09 -07:00
recorder fix(recorder): Locator picker had wrong initial language in language bindings (#27706) 2023-10-22 13:02:14 +02:00
trace/src fix(tracing): bump trace version to V5, migrate V4 traces to consoleMessage.args (#27162) 2023-09-19 16:21:09 -07:00
trace-viewer chore: fix total progress reporting w/ deps (#27716) 2023-10-19 20:07:47 -07:00
web feat(trace): allow navigating from error to source (#27464) 2023-10-05 14:59:59 -07:00
.eslintrc-with-ts-config.js lint: prevent object string concatenation (#23172) 2023-05-19 15:17:43 -07:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00