Folders and files Name Name Last commit message
Last commit date
parent directory
View all files
To Run the Test Cases Following Dependencies are needed.
pip install selenium(Selenium Dependency).
pip install pytest(pytest Dependency).
pip install selenium-page-factory( Page Factory Depedencies).
pip install webdriver-manager(Webdriver Manager Dependency).
pip install pytest-html(Html Report Generate Dependency).
pip install python-jenkins(To Trigger The Build Using Python).
Test Cases can be executed in following ways.
By running ruuner.py and Clicking on start button.
By Running SeleniumExecutable.exe.
By Running TestRunner.exe which will also install dependencies before Running it will be useful in running tests for the first time.
Jenkins Build can also Triggred Using Following Steps:
Provide the Jenkins Details in Jenkins Utils and Jenkins Runner Package
Run jenkins_runner.py and click on start button to start execution.
Click on stop to stop the execution.
The Framework Contains 3 Reporting:
Html Reporting
Junit Xml Reporting
Allure Reporting
All the test_reports are generated in test_report package
To generate all 3 reports command can be found in RunnerAllureReport.bat file.
You can’t perform that action at this time.