Go to file
Simon Vieille e939e93f65
add dockerfile and readme
2022-08-30 10:18:29 +02:00
Dockerfile add dockerfile and readme 2022-08-30 10:18:29 +02:00
README.md add dockerfile and readme 2022-08-30 10:18:29 +02:00

README.md

deblan/playwright

Docker image to run playwright.

Installation

docker pull deblan/playwright

Usage

cd /path/to/project
docker run docker run -it -v $(pwd):/app --rm deblan/playwright npx playwright test