MWahlberg
12 years agoOccasional Contributor
SOLVED: duplicate Hudson test results using PRO Maven plugin
Thought I share the workaround for eliminating duplicate test results in Hudson/Jenkins when running SOAPUI PRO MAVEN PLUGIN.
THe issue is described here viewtopic.php?t=17698
The (obvious) workaround I found was to include only the "TEST-*.xml" resultfiles for inclusion into hudson junit results in the hudson job configuration (freestyle project) using pattern expression in settings for "Publish JUnit test result report"
**/target/<output>/TEST*.xml
(where <output> is the outputdirectory as defined in the maven pom.xml for your SOAPUI Test projects
THe issue is described here viewtopic.php?t=17698
The (obvious) workaround I found was to include only the "TEST-*.xml" resultfiles for inclusion into hudson junit results in the hudson job configuration (freestyle project) using pattern expression in settings for "Publish JUnit test result report"
**/target/<output>/TEST*.xml
(where <output> is the outputdirectory as defined in the maven pom.xml for your SOAPUI Test projects