docker-playwright/README.md

17 lines
275 B
Markdown

# 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
```