Clarify JUnit XML format specification in unit test reports doc
What does this MR do and why?
This MR updates the unit test reports documentation to clarify which XML elements GitLab parses and how they map to the UI.
Changes
- Adds a table that describes the parsed JUnit XML elements and attributes.
- Clarifies that
testcase classnamebecomes the suite name, nottestsuite name. - Adds an XML example with mapping to GitLab UI elements.
🧪 Review app
📚 References
- Resolves Clarify JUnit XML format (#299086 - closed)
- Relates to FY26Q2 Stage Lead planning issue: Verify (gitlab-org/technical-writing/team-tasks#1305 - closed)
- JUnit parser code: https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/parsers/test/junit.rb
Screenshots or screen recordings
| Before | After |
|---|---|
Edited by Lysanne Pinto