jenkinsci / junit-plugin

Allows JUnit-format test results to be published
https://plugins.jenkins.io/junit
MIT License
76 stars 335 forks source link

Support JUnit 5 Open Test Reporting XML format #650

Open RInverid opened 1 month ago

RInverid commented 1 month ago

What feature do you want to see added?

JUnit 5 supports the new Open Test Reporting format. The previous format is referred to in their documentation as the legacy XML format.

Can we support this new format, reading it & using it for build status?

Upstream changes

No response

Are you interested in contributing this feature?

No response

timja commented 1 month ago

Contributions would be welcome, there doesn't appear to be a rush though as the 'legacy' one is the default.

Are there other platforms that are supporting this format? Do you know what benefits there are for using this format?