One of the things I'm missing in the report is the ability to split the files into "suites".
Suite is a folder which holds 1 or more tests.
Each iteration, pytest is going and grabbing the specific suites and executes it.
in the HTML report, we can see all the tests, but it's not grouped in that way..
So for example, I have around 600 e2e tests and it will be easier to see the report with one more cut.
Thanks,
Mor