This the repo of Python Selenium Test Automation Framework which is based on Pytest Following are the features
- Allure reporrting
- Page object model
- JSON and Excel data driven
- Runs on Pytest Selenium add on
Pre-requisites
-
Install PyCharm
-
Install Python 3.6
-
Install following packages 1.pip install selenium 2.pip install selenium-utils 3.pip install openpyxl 4. pip install allure-pytest
How to run test - pytest Test1.py --driver Chrome --alluredir c:/test