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