On 27 Apr 2018 9:49 am, "Sum" wrote:
Hi,
I am using python 2.7 and pytest version 3.2.1
I am using pytest excel plugin to run the pytest and generate test report
in excel format.
Step to install pytest excel : pip install pytest-excel
I am running my pytest test using below :
py.test --excelr
Hi,
I am using python 2.7 and pytest version 3.2.1
I am using pytest excel plugin to run the pytest and generate test report
in excel format.
Step to install pytest excel : pip install pytest-excel
I am running my pytest test using below :
py.test --excelreport=report.xls e_test.py
Output Test