Forum Discussion
rohitgkk
15 years agoContributor
tomericcco wrote:
And this is the content of maven-soapui-plugin:
<plugin>
<groupId>eviware</groupId>
<artifactId>maven-soapui-plugin</artifactId>
<version>4.0.0</version>
<configuration>
<junitReport>true</junitReport>
<projectFile>RestAPIsTests.xml</projectFile>
<host>tlvd60204829a.dhcp.tlv.sap.corp:8080</host>
<outputFolder>target</outputFolder>
<testFailIgnore>true</testFailIgnore>
</configuration>
</plugin>
Please try by changing the target value with the directory path where the reports need to be saved by soapUI and mention the same path in Jenkins to read the reports. i.e. <outputFolder>target</outputFolder> to <outputFolder>C:/soapUI/reports</outputFolder>
Regards,
Rohit Shingalapur
http://rohit-developerscorner.blogspot.com