[
https://issues.jenkins-ci.org/browse/JENKINS-11353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163126#comment-163126
]
Roland Asmann commented on JENKINS-11353:
-----------------------------------------
Has this been released yet?
> Recognize test results from eviware:maven-soapui-plugin
> -------------------------------------------------------
>
> Key: JENKINS-11353
> URL: https://issues.jenkins-ci.org/browse/JENKINS-11353
> Project: Jenkins
> Issue Type: Improvement
> Components: maven2, plugin
> Affects Versions: current
> Reporter: Nathan McDonald
> Priority: Minor
> Attachments: SurefireArchiver.java.diff, SurefireArchiver.java.diff
>
>
> maven-soap-ui plugin is capable of outputting surefire/junit style reports:
> http://www.soapui.org/Test-Automation/maven-2x.html
> If using freestyle project in jenkins, can specify to look in report output
> directory and jenkins will register the tests (test results on project show
> them).
> If using maven project, these tests do not show up.
> There's good info here about setting maven,soapui tests and jenkins up
> http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/22420
> In comments at the bottom, you can see that jenkins will not recognize tests
> by default. Workaround is to use a freestyle project, but then we lose
> ability to have things like the 'perform maven release' button on the job.
> Have investigated this, seems to be an issue with
> hudson.maven.reporters.SurefireArchiver needing to have every plugin
> registered that it will consider test reports from. Since it's hardcoded
> into the file, guess the simplest way to fix this is to patch it to include
> the soapui plugin.
> Seems similar to this request for failsafe plugin:
> https://issues.jenkins-ci.org/browse/JENKINS-4229
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira