Skip to content

shashimaheshwar/JT-UI-Automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Page Object model Test automation framework using Selenium with python-

Instructions to execute the test automation.****************

  1. Requirements and installation to run the tests

Install Python and set up. Install plugins for pytest, html report and ordering Use below commands to install required plugins

If you are using python 3.x*** pip3 install pytest pip3 install pytest-ordering pip3 install pytest-html

If you are using python 2.x*** pip install pytest pip install pytest-ordering pip install pytest-html

  1. How to run the test and generate the report

py.test -s -v TestPackage/JT* --html=Htmlreport.html

About

Justickets UI Automation Branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published