pytest-html icon indicating copy to clipboard operation
pytest-html copied to clipboard

Group results for better viewing with pytest-xdist

Open rafaelcs opened this issue 5 years ago • 0 comments

Hello,

I am currently running my tests with Appium and pytest-xdist, so basically the test flow is to run each test case on two different devices. After generating the pytest-html report, I see that each line of the report represents a function of my test (as we can see in the image below). Is there any way to group the tests by class? I think grouping the report by class would be more organized for people running tests in parallel :)

image

Thanks, Rafael

rafaelcs avatar Sep 19 '19 13:09 rafaelcs