playwright/utils/docker
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
..
Dockerfile.bionic chore: add 'gpg' package to Docker images (#15917) 2022-07-25 12:49:51 +02:00
Dockerfile.focal feat: introduce docker integration (#16382) 2022-09-09 15:25:42 -07:00
Dockerfile.jammy chore: add 'gpg' package to Docker images (#15917) 2022-07-25 12:49:51 +02:00
build.sh chore: add Ubuntu 22 Docker image (#14755) 2022-06-09 23:19:54 +02:00
publish_docker.sh devops: fix Docker publishing 2022-06-14 11:20:29 +02:00
seccomp_profile.json
start_agent.sh fix(docker): do not export DISPLAY for everybody without XVFB running (#9795) 2021-10-26 13:21:18 -07:00