Skip to content

lkkushan101/Selenium_PageObject_Model_Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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. 
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors