Sign inSign up

wooyek/py-selenium

By wooyek

Updated over 8 years ago

Docker to run selenium tests from python

Image
0

3.7K

wooyek/py-selenium repository overview

Docker to run selenium tests from python

Test environment for Selenium tests driven by python scripts. Version 0.9.9

Docker Pulls Docker Stars Docker Automated build

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"

Tag summary

Content type

Image

Digest

Size

429.9 MB

Last updated

over 8 years ago

docker pull wooyek/py-selenium