Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 329 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 329 Bytes

python-selenium-grid-docker

Simple Python (pytest) based selenium grid 4 docker test run setup

run tests on local

./run_tests.sh

run tests on docker

./run_tests_in_docker.sh

initial setup (optional)

python -m pip install virtualenv
virtualenv venv
source ./venv/bin/activate