Python Forum

Full Version: pytest-html report customize
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi everyone,


I am able to generate HTML report of my test suite using pytest-html but the problem here is, it is showing all the test class report in a single table .

So i wanted to know is there a way i can show my test report of each test class in a separate tables rather than a single table??
Not sure exactly what your looking for. Here's the full documentation: https://python-forum.io/Thread-pytest-ht...-customize
The link is leading to the same page
(Jun-12-2018, 05:39 AM)manoj Wrote: [ -> ]Hi everyone,


I am able to generate HTML report of my test suite using pytest-html but the problem here is, it is showing all the test class report in a single table .

So i wanted to know is there a way i can show my test report of each test class in a separate tables rather than a single table??

Hi @manoj

did you get any solution for this?