Musaffir
9 years agoContributor
Maven Build results in failure when the assertion fail
Hi , I am running my tests using the soapui-maven plugin version - 5.2.1 I am with the free version of soapui I have delibrately added an assertion in my request present in the test case Obser...
- 9 years ago
Adding the following to the POM file ignore the assertion fail and the build will not result in Failure.
The assertion fail can be captured in the test report....
<configuration>
<testFailIgnore>true</testFailIgnore>
</configuration>