Forum Discussion

Musaffir's avatar
Musaffir
Contributor
8 years ago
Solved

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...
  • Musaffir's avatar
    8 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>