Skip to content

Selenium UI tests for a web application using Python + pytest + Selenium, run tests inside Docker (with selenium/standalone-chrome), produce HTML reports (pytest-html), and create a Jenkins pipeline that builds the test-image

Notifications You must be signed in to change notification settings

aman-raza/selenium-ci-cd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • python3 -m venv {name}
  • source {name}/bin/activate

Selenium CI/CD

  1. docker-compose up --build
  2. docker-compose run --rm test-runner
  3. open reports/report.html

About

Selenium UI tests for a web application using Python + pytest + Selenium, run tests inside Docker (with selenium/standalone-chrome), produce HTML reports (pytest-html), and create a Jenkins pipeline that builds the test-image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages