π¨Run Tests in Containers
How to run tests in containers like Docker
Configure the Test Run
Run Tests in CLI
pytest tests/ui -n 2 --remote_url="http://localhost:4444/wd/hub"Update pylenium.json
"remote_url": "http://localhost:4444/wd/hub"pytest pylenium_json=ci-pylenium.jsonConfig Layers
Docker Example
docker-compose.yml
Spin up the Grid
Scale Nodes
Tear Down the Grid
Last updated