Hi@akhtar,
You can create a Pytest report in HTML format using the pytest-html module. You can use the below-given command.
$ pytest -v --html=basic.html
You will get one file named basic.html in the same folder. Browse that file and you can able to see report card.
![](https://www.edureka.co/community/?qa=blob&qa_blobid=17144636792538533173)
I hope this will help you.