jenkinsci / jenkinsci/junit-plugin

Allow grouping results by the "testsuite" tag

Open
#554 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Java
Stars
87
Forks
351
Avg merge
1d 19h
Merged PRs (30d)
2

Description

### 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_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.