Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 699 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 699 Bytes

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