playwright/tests
Andrey Lushnikov b09ea69024
chore(docker): address docker offline comments (#17377)
This patch:
- Removes all `process.exit(1)` from `docker.ts` and instead throws
  errors.
- Drops the `npx playwright docker test` command. We agreed to
  engage docker when `PLAYWRIGHT_DOCKER` environment variable
  is set.
- Introduces hidden `npx playwright docker status` command that
  dumps a JSON with docker status:
  ```sh
  aslushnikov:~/prog/playwright$ npx playwright docker status
  {
    "dockerEngineRunning": true,
    "imageName": "playwright:local-1.27.0-next-focal",
    "imageIsPulled": true,
"containerWSEndpoing":
"ws://127.0.0.1:55077/eafeb84c-571b-4d12-ac51-f6a2b43e9155",
"containerVNCEndpoint":
"http://127.0.0.1:55076/?path=fb6d4add-9adf-4c3c-b335-893bdc235cd7&resize=scale&autoconnect=1"
  }
  ```
2022-09-15 15:48:12 -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 feat(ct): svelte mount type (#17228) 2022-09-12 09:30:04 -07:00
config devops(docker): add docker integration smoke tests (#17267) 2022-09-14 15:05:18 -07:00
electron test: fix Electron tests (#17180) 2022-09-08 09:11:47 +02:00
installation chore(docker): address docker offline comments (#17377) 2022-09-15 15:48:12 -07:00
library devops(docker): add docker integration smoke tests (#17267) 2022-09-14 15:05:18 -07:00
page devops(docker): add docker integration smoke tests (#17267) 2022-09-14 15:05:18 -07:00
playwright-test chore: rebuild components on new vite (#17367) 2022-09-15 15:24:01 -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