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
- Host: GitHub
- URL: https://github.com/jdaqualityenterprises/python-selenium-example
- Owner: JDAQualityEnterprises
- Created: 2025-04-10T18:31:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T18:34:01.000Z (about 1 year ago)
- Last Synced: 2025-04-11T05:39:21.006Z (about 1 year ago)
- Topics: docker, python, selenium
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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