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
Currently, JUnit allows the result grouping based on the step name in the pipeline.
However for various reasons people might not use pipelines and still want to group testcases (in my case, a few pytest runs with different parameters happen). Fortunately, xml results contain a tag that could be used for result grouping, as one can see in the first lines of the xml report:
What feature do you want to see added?
Currently, JUnit allows the result grouping based on the step name in the pipeline.
However for various reasons people might not use pipelines and still want to group testcases (in my case, a few pytest runs with different parameters happen). Fortunately, xml results contain a tag that could be used for result grouping, as one can see in the first lines of the xml report:
for pytest, the testsuite name is defined by the option
junit_suite_name
, I'm sure other environments allow this in the similar manner.Upstream changes
No response
The text was updated successfully, but these errors were encountered: