You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@Formartha sorry, I'm not aware of anyone working on it. I'm happy to review/merge a patch, but I don't have time to work on enhancements for the plugin myself at this time.
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
The text was updated successfully, but these errors were encountered: