- Name - Milind
- Author - Milind
- 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.
- 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