An open API service indexing awesome lists of open source software.

https://github.com/jdaqualityenterprises/python-selenium-example

Test setting up python selenium framework in a docker container
https://github.com/jdaqualityenterprises/python-selenium-example

docker python selenium

Last synced: 2 months ago
JSON representation

Test setting up python selenium framework in a docker container

Awesome Lists containing this project

README

          

# Basic python selenium tests
Demonstrating...
* Page object
* Logger used in page objects
* Model objects (POPO) used for domain data
* html report

# Running tests from the container
* Build the image:
* docker build -t example-selenium-docker .
* Run the tests in the container:
* docker run -it -e secrets.env example-selenium-docker