playwright/tests
Andrey Lushnikov af042beb13
feat: introduce docker integration (#16382)
This patch introduces the following commands:
- `npx playwright docker build` that builds a VRT docker image
  locally that is based off the `mcr.microsoft.com/playwright:jammy`
- `npx playwright docker start` that launches a docker container with
  browsers.
- `npx playwright docker stop` that stops given docker container.
- `npx playwright docker test` that runs all the tests inside a
  launched docker container.
2022-09-09 15:25:42 -07:00
..
android test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
assets test: link preload interception (#16908) 2022-08-30 10:35:55 -07:00
components fix(ct): vue import errors (#17066) 2022-09-08 08:37:38 -07:00
config test: add initial webview2 tests (#16827) 2022-09-07 20:09:22 +02:00
electron test: fix Electron tests (#17180) 2022-09-08 09:11:47 +02:00
installation feat: introduce docker integration (#16382) 2022-09-09 15:25:42 -07:00
library chore: make maxRedirects available in java, improve docs. tests (#17227) 2022-09-09 13:25:36 -07:00
page feat(assertions): support toBeVisible({ visible }) (#17207) 2022-09-09 08:33:23 -07:00
playwright-test feat(assertions): support toBeVisible({ visible }) (#17207) 2022-09-09 08:33:23 -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: group tests under tests/ (2) (#13082) 2022-03-25 23:09:02 -07:00