opendevstack / ods-pipeline-gradle

ODS Pipeline tasks for Gradle development
Apache License 2.0
0 stars 0 forks source link

Create single JUnit XML file #6

Closed michaelsauter closed 10 months ago

michaelsauter commented 10 months ago

Tests may create many JUnit files (each representing one testsuite = typically one class) , which clutters the artifact storage. They should be combined into a single file containing multiple testsuites. See https://github.com/testmoapp/junitxml.

Other options would be:

FYI @oalyman