https://github.com/wooyek/docker-py-selenium
  
  
    Docker to run selenium tests from python  
    https://github.com/wooyek/docker-py-selenium
  
        Last synced: about 2 hours ago 
        JSON representation
    
Docker to run selenium tests from python
- Host: GitHub
- URL: https://github.com/wooyek/docker-py-selenium
- Owner: wooyek
- License: mit
- Created: 2017-06-01T10:13:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-08T11:52:45.000Z (almost 8 years ago)
- Last Synced: 2025-02-24T17:50:05.635Z (8 months ago)
- Language: Python
- Size: 3.83 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          # Docker to run selenium tests from python
Test environment for Selenium tests driven by python scripts. Version 0.9.9
[](https://hub.docker.com/r/wooyek/geodjango/)
[](https://hub.docker.com/r/wooyek/py-selenium/)
[](https://hub.docker.com/r/wooyek/py-selenium/)
## BitBucket Pipelines support
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"
```