alibaba82
17 years agoSuper Contributor
hudson with soapUI question
not sure if you can answer this question but incase somebody knows that would be great.
I am trying to use hudson with my soapui project and everything is working expect the 'publish Junit test report xml' in the 'post-build actions' in the hudson job.
How can I can specify the soapui report.xml to this field so that test results are displayed in hudson.
I am using a windows batch command to run testrunner. My windows batch command looks like this
cd "C:\Program Files\eviware\soapUI-Pro-2.0.3\bin"
C:
testrunner.bat "%WORKSPACE%\soapUI_Projects\SearchService\Search-soapui-project.xml" -f"%WORKSPACE%\TestResults\SearchService" -j
I am trying to use hudson with my soapui project and everything is working expect the 'publish Junit test report xml' in the 'post-build actions' in the hudson job.
How can I can specify the soapui report.xml to this field so that test results are displayed in hudson.
I am using a windows batch command to run testrunner. My windows batch command looks like this
cd "C:\Program Files\eviware\soapUI-Pro-2.0.3\bin"
C:
testrunner.bat "%WORKSPACE%\soapUI_Projects\SearchService\Search-soapui-project.xml" -f"%WORKSPACE%\TestResults\SearchService" -j