Skip to content

MilindTrivedi301/PyWebAutomation1x

Repository files navigation

  • Name - Milind
  • Author - Milind

Web Automation Framework with POM in Python(Selenium)

  • Python, PyTest
  • Selenium
  • Allure Report
  • Gitignore, PyTest Report
  • Page Object Model and Page Factory both
  • Highlight element while run
  • Parallel Run with xdist
  • MY SQL data base connect to verify data.

Folder Structure

Screenshot 2023-08-28 at 5 28 26 PM

CI/CD Run

Screenshot 2023-08-28 at 5 28 46 PM
  • pip install allure-pytest requests
  • pip install pytest selenium pytest-html openpyxl
  • pip install selenium-page-factory
  • pip install pyyaml faker openpyxl
  • pip install pytest-xdist
  • pip install mysql-connector-python
  • pip install pytest-reportportal

Command to Run all the test cases parallelly pip install pytest-xdist pytest -n auto tests/vwoLoginTests/pom/test_vwologin_pom.py -s -v pytest -n auto tests/vwoLoginTests/pom/test_*

Command to Run specific test case pytest -n auto -k "smoke" tests/vwoLoginTests/pom/test_*

pip freeze > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published