Ras
Ras

Reputation: 547

Better plugin to publish xml reports in jenkins

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

Answers (1)

Reinhold Füreder
Reinhold Füreder

Reputation: 139

The Jenkins JUnit plugin (https://wiki.jenkins.io/display/JENKINS/JUnit+Plugin) should (normally) work fine:

  1. What is the error that you are getting?
  2. How does/do the JUnit XML file/s look like?

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

Related Questions