playwright/tests
Simon Knott 201bad75d3
chore(test runner): rebase watch mode onto TestServerConnection (#32156)
Closes https://github.com/microsoft/playwright/issues/32076.

This PR rewrites `watchMode.ts` to use `TestServer` under the hood. It's
essentially a complete rewrite, so don't pay too much attention on the
old implementation. Note that there's no changes to tests, so all
behaviour we have specced out there still works.

To make this work without a superfluous WebSocket connection, I had to
refactor `TestServerConnection` a little. Originally, I pulled this into
a [separate PR](https://github.com/microsoft/playwright/pull/32132), but
then realised how small the refactoring is. So it's in this PR now. Let
me know if you'd like to land it separately.
2024-09-03 15:15:44 +02:00
..
android chore: update flakiness metadata for better ui presentation (#31528) 2024-07-03 08:39:53 -07:00
assets fix(ui-mode): format request body when headers are lower case (#32395) 2024-08-30 16:21:51 +02:00
components chore(ui): enable react/recommended lint rules (#32214) 2024-08-20 14:16:28 +02:00
config chore: remove same-site expectations for old browsers (#32334) 2024-08-26 18:41:58 -07:00
electron chore: update flakiness metadata for better ui presentation (#31528) 2024-07-03 08:39:53 -07:00
image_tools chore: bump @babel dependencies (#27632) 2023-10-17 20:52:41 +02:00
installation fix(electron): tracing with @playwright/test (#31437) 2024-07-01 19:19:38 +02:00
library feat(webkit): roll to r2066 (#32343) 2024-08-28 08:23:39 -07:00
page Revert feat(addInitScript): support cjs modules (#32364) 2024-08-28 15:39:48 -07:00
playwright-test chore(test runner): rebase watch mode onto TestServerConnection (#32156) 2024-09-03 15:15:44 +02:00
stress chore: drop firefox-asan (#30626) 2024-05-01 22:13:00 +00:00
third_party/proxy chore: fix typos (#30645) 2024-05-08 19:40:03 +01:00
webview2 chore: update flakiness metadata for better ui presentation (#31528) 2024-07-03 08:39:53 -07:00
.eslintrc.js chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
tsconfig.json chore: use own socks5 server for tests (#31639) 2024-07-11 14:12:48 +02:00