I am using pytest to run my test with below command and report is generated in html format.I have used hookwrapper in conftest.py for html report.
Code to run the test :
py.test --html=report.html --self-contained-html test.py
I want to know if there is a way to generate custom report in csv or excel format using python pytest