Is it possible somehow generate the test execution report in csv file? I use python, selenium, pytest. Any advise would be appreciated!
1
votes
3 Answers
0
votes
0
votes
0
votes
I have been using pytest-excel to generate xls file report.
Usage:
pip install pytest-excel
pytest --excelreport=report.xls
It will generate report.xls excel file.