Instructions to execute the test automation.****************
- 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
- How to run the test and generate the report
py.test -s -v TestPackage/JT* --html=Htmlreport.html