lkkushan101/Selenium_PageObject_Model_Framework
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is test automation framework which runs on Selenium using Pytest.
Please install the following pre-requisites
1. Python 3.6
2. PyCharm IDE to edit scripts
3. Install the following packages in pip install command
1. pip install pytest-selenium
2. pip install openpyxl
3. To run the script type - pytest <path and script fle name> --driver Chrome (For FF - Firefox) --html <name of the html report>
Please make sure that you add the chromedriver path to your enviornmental variables.