playwright/utils/build
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
..
.gitignore feat(cli): build driver and upload to cdn (#4841) 2021-01-05 14:04:47 -08:00
build-playwright-driver.sh chore(driver): roll driver to recent Node.js LTS version (#16632) 2022-08-18 10:35:05 +02:00
build.js feat: introduce docker integration (#16382) 2022-09-09 15:25:42 -07:00
clean.js feat(ct): support Vue2 (#14600) 2022-06-02 17:37:43 -07:00
deploy-trace-viewer.sh chore: open trace.playwright.dev (#10475) 2021-11-22 10:41:22 -08:00
run-driver-posix.sh fix(driver): PLAYWRIGHT_NODEJS_PATH test in sh (#16554) 2022-08-15 12:24:52 -07:00
run-driver-win.cmd feat: allow running driver with preinstalled node.js (#16518) 2022-08-15 09:27:35 -07:00
update-playwright-driver-version.mjs devops: auto roll Node.js version of driver follow-up 2022-07-11 15:54:46 +02:00
update_canary_version.js chore: unify workspace helper scripts (#11925) 2022-02-08 10:35:00 -08:00
upload-playwright-driver.sh devops: support arm drivers for Mac and Linux (#10207) 2021-11-10 01:19:05 -08:00