playwright/tests
Dmitry Gozman caa9c6a597
fix(test runner): make sure soft expect error does not mask a timeout flag (#18321)
We have to reliably know whether test timed out or not, and soft expect
error could have marked it with `status=failed` but it would still time
out. Now we have a separate `_didTimeout` flag for this.

Fixes #18023.
2022-10-25 12:34:15 -07:00
..
android feat(android): add Android.{launchServer,connect} (#18263) 2022-10-24 17:23:11 -07:00
assets test: unflake page-drag tests (#17783) 2022-10-03 12:26:36 -07:00
components test(ct): component as slot (#18090) 2022-10-24 12:31:35 -07:00
config test: clean up connect options set for debug controller (#18317) 2022-10-25 09:03:04 -07:00
electron test: electron firstWindow() does not work with delayed navigation (#18093) 2022-10-14 08:36:37 -07:00
installation feat(install): connection timeout (#18161) 2022-10-19 13:06:35 -07:00
library chore: switch to the new debug controller harness (#18308) 2022-10-25 09:55:20 -07:00
page fix(check): support all ARIA roles that could be aria-checked (#18304) 2022-10-25 06:11:11 -07:00
playwright-test fix(test runner): make sure soft expect error does not mask a timeout flag (#18321) 2022-10-25 12:34:15 -07:00
stress fix(leak): do not retain test fixtures in worker fixtures (#14363) 2022-05-23 16:54:56 -07:00
webview2 test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
index.d.ts test: added tests for WebSocket over Socks proxy (#7235) 2021-06-24 18:50:16 +02:00
tsconfig.json chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00