Forum Discussion

ripplegupta's avatar
ripplegupta
Contributor
9 years ago

How to include Custom Test Steps in Maven Plugin for CI Execution

I have custom test steps that is used in my project same like explained here http://blog.smartbear.com/api-testing/creating-your-own-teststeps-in-soapui/.

 

These custom steps are bunch of files on local in ext folder, how i can use these steps via maven plugin (I am running project file on jenkins server using maven soapui pro plugin)

 

Thanks for help..

1 Reply

  • rupert_anderson's avatar
    rupert_anderson
    Valued Contributor

    Hi,

     

    From memory, I think SoapUI looks in the <maven project home>/ext or you can repoint SoapUI's external library location using a Maven parameter e.g.

     

    mvn integration-test "-Dsoapui.ext.libraries=src/test/resources"

    Regards,

    Rupert