punnerud / playwright_hot_docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playwright in docker with hot reloading

Everything to run Playwright tests in in Docker, with hot reloading so you don't need to rebuild Docker for every test change.

To run:

docker-compose up

Change the test files within the tests folder, and run again to see the changes:

docker-compose up

About

License:Apache License 2.0


Languages

Language:Python 74.0%Language:Dockerfile 26.0%