How can I generate test report using pytest? I searched for it but whatever I got was about coverage report. I tried with this command:
py.test sanity_tests.py --cov=C:\Test\pytest --cov-report=xml
But as parameters represents it generates coverage report not test report.