pytest-html
pytest-html copied to clipboard
Group results for better viewing with pytest-xdist
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 :)
Thanks, Rafael