Is there a way to output test results as Junit XML...
# kotest
p
Is there a way to output test results as Junit XML files, and is the junitxml extension needed for this?
s
Gradle will do that automatically
p
Good point, we'll see if this works in our pipeline.
s
Yep, should find all the report xml's once you've ran gradle check