You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Currently we publish the test results as xunit reports in xml format.
This format is processable by different tools but not easily digestable by humans.
Gradle creates test reports in html format at the same time that are easily browsable and interpretable by humans.
Those html reports usually reside under the path $buildDir/reports/tests/test if you do not have crazy custumization of your gradle build.
It would be a great benefit if those reports would be part of the published artifacts.
With issue opendevstack/ods-pipeline#384 implemented they would be even browsable by a single click.
One could think as well as publishing the whole reports directory as depending on used plugins additional reports will most likely end up there.