Docker to run selenium tests from python
3.7K
Test environment for Selenium tests driven by python scripts. Version 0.9.9
You can use this as a test image with BitBucket Pipelines, an example:
image: wooyek/py-selenium
pipelines:
default:
- step:
script:
# Pipelines overrides default docker entry point, we need to run it maually
- py-selenium-entrypoint.sh
- python -m unittest discover -p "*_tests.py"
Content type
Image
Digest
Size
429.9 MB
Last updated
over 8 years ago
docker pull wooyek/py-selenium