Replies: 1 comment
-
|
Spock 2 runs on JUnit 5 Platform. Junit platform can generate junit4 format xml reports https://junit.org/junit5/docs/current/user-guide/#junit-platform-reporting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It might be a noob question/suggestion, but from what I understand, the only way to get test results now is to implement them yourself - implement the IGlobalExtension and add spec listeners, etc. Does any extension exist already that returns structured test data? Something like
{specs: [{...specStuff, features: [{...featureStuff, iterations: [{iterationStuff...,}]}]}]}, which can be easily used to make reports.Beta Was this translation helpful? Give feedback.
All reactions