Reputation: 547
Thanks for looking into this.
I am using JUnit JUnit results plugin, to publish the unit test results from maven(JUnit) and XML reports generated by XML runner.
But, this plugin is failing to parse the test reports(XML file) generated by XML runner.
My concerns are: what is the best plugin to publish test results from the XML file generated by any kind of utility(JUnit/XML parser etc)
Thanks.
Upvotes: 0
Views: 6492
Reputation: 139
The Jenkins JUnit plugin (https://wiki.jenkins.io/display/JENKINS/JUnit+Plugin) should (normally) work fine:
Regards, Reinhold
P.S.: There is also Jenkins xUnit plugin (https://wiki.jenkins.io/display/JENKINS/xUnit+Plugin), but I am not sure if that parses differently...
Upvotes: 1