docker-playwright/README.md

17 lines
275 B
Markdown
Raw Permalink Normal View History

2022-08-30 10:18:29 +02:00
# deblan/playwright
Docker image to run [playwright](https://github.com/microsoft/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
```