Skip to content

Commit 4855d7e

Browse files
authored
Update junit.md
1 parent 1ba1790 commit 4855d7e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

site/src/book/junit.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Some notes about the JUnit support:
1616
* Every test binary forms a single `<testsuite>`. Every test forms a single `<testcase>`.
1717
* Standard output and standard error are included for failed and retried tests. (However, [invalid XML characters](https://en.wikipedia.org/wiki/Valid_characters_in_XML) are stripped out.)
1818

19+
## Post-processing
20+
21+
Some tools that read JUnit files don't follow the Jenkins standard. You can post-process the JUnit file in such cases. Here's some recommendations for post-processing tools written by community members:
22+
* CircleCI: [`circleci-junit-fix`](https://github.com/conradludgate/circleci-junit-fix).
23+
24+
## Example
25+
1926
Here's an example JUnit file generated by `cargo-nextest`.
2027

2128
```xml

0 commit comments

Comments
 (0)