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. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| build-playwright-driver.sh | ||
| build.js | ||
| clean.js | ||
| deploy-trace-viewer.sh | ||
| run-driver-posix.sh | ||
| run-driver-win.cmd | ||
| update-playwright-driver-version.mjs | ||
| update_canary_version.js | ||
| upload-playwright-driver.sh | ||