playwright/src
Dmitry Gozman ed9b42a92d
feat(test runner): collect test error from worker teardown (#9190)
When the test fails (usually with timeout), we wait until all hooks are run
and worker scope is teared down before reporting test end result.

This allows us to collect any error details populated by teardown
in addition to the "timed out" message.
2021-09-28 10:56:50 -07:00
..
cli chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
client chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
common feat(fetch): support options in playwright._newRequest (#9061) 2021-09-22 12:44:22 -07:00
dispatchers chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
grid feat: introduce experimental general-purpose grid (#8941) 2021-09-16 01:20:36 -07:00
protocol chore: render expect in trace viewer (#9141) 2021-09-27 09:19:59 -07:00
remote chore: move sdkLanguage over to the protocol init call (#8329) 2021-08-20 21:32:21 +02:00
server feat(expect): toContainText(array) (#9160) 2021-09-27 11:14:35 -07:00
test feat(test runner): collect test error from worker teardown (#9190) 2021-09-28 10:56:50 -07:00
third_party chore: bring in folio source (#6923) 2021-06-06 17:09:53 -07:00
utils chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
web chore: enable object-curly-spacing in ESLint (#9168) 2021-09-27 18:58:08 +02:00
.eslintrc.js chore(lint): add @typescript-eslint/type-annotation-spacing rule (#897) 2020-02-07 13:36:49 -08:00
browserServerImpl.ts chore(channels): generate dispatcher event types (#8540) 2021-08-30 18:43:18 +02:00
inprocess.ts chore: move sdkLanguage over to the protocol init call (#8329) 2021-08-20 21:32:21 +02:00
nativeDeps.ts fix(webkit): add libevdev dep (#7630) 2021-07-14 20:20:03 -07:00
outofprocess.ts chore(protocol): do client hello instead of server hello (#8019) 2021-08-19 17:31:14 +02:00