Property | Optional? | Description | Goal |
---|
maven.soapui.project | Yes | Specified the name/URL of the soapUI project file to use, default value is
${pom.artifactId}-soapui-project.xml | test, loadtest, mock |
maven.soapui.test.testsuite | Yes | Specifies the name of the TestSuite to run | test,loadtest |
maven.soapui.test.testcase | Yes | Specifies the name of the TestCase to run | test,loadtest |
maven.soapui.test.loadtest | Yes | Specifies the name of the LoadTest to run (if running the soapui:loadtest goal) | loadtest |
maven.soapui.test.limit | Yes | Overrides the limit of executed LoadTests (if running the soapui:loadtest goal) | loadtest |
maven.soapui.test.endpoint | Yes | Overrides the service endpoint to be invoked by any TestRequests | test,loadtest |
maven.soapui.test.host | Yes | Overrides the target host:port to be invoked by any TestRequests | test,loadtest |
maven.soapui.test.username | Yes | Overrides the username used by any TestRequests run | test,loadtest |
maven.soapui.test.password | Yes | Overrides the password used by any TestRequests run | test,loadtest |
maven.soapui.test.domain | Yes | Overrides the domain used by any TestRequests run | test,loadtest |
maven.soapui.report | Yes | Controls if a small test report should be printed to the console (yes/no) | test,loadtest |
maven.soapui.report.folder | Yes | Set which folder results/reports are saved to | test,loadtest |
maven.soapui.report.junit | Yes | Turns on creation of JUnit reports | test |
maven.soapui.report.all | Yes | Controls if all test requests should be exported (default only exports errors), (yes/no) | test |
maven.soapui.mock.service | No | Sets which MockService to run with the soapui:mock goal | mock |
maven.soapui.mock.port | No | Sets which port to listen on locally when mocking | mock |
maven.soapui.mock.path | No | Sets which path to listen on locally when mocking | mock |
maven.soapui.mock.noblock | No | Turns off blocking when MockRunner has started | mock |
maven.soapui.settings | No | Path to soapui-settings.xml | test,loadtest,mock |
maven.soapui.settings.password | Yes | soapui-settings.xml password if it is encrypeted | test,loadtest,mock |
maven.soapui.project.password | Yes | project password if it is encrypeted | test,loadtest,mock |
maven.soapui.test.FailIgnore | Yes | Do not stop if error occurs, ignore them | test |
maven.soapui.test.wssPasswordType | Yes | Sets the WSS password type, either 'Text' or 'Digest' | test,loadtest |
maven.soapui.test.save | Yes | Saves the project after running the tests | test,loadtest,mock |
maven.soapui.test.threadcount | Yes | Sets number of running threads | loadtest |
maven.soapui.createCoverage | Yes | Sets the output to include Coverage HTML reports. Pro only. | test |
maven.soapui.reportFormat | Yes | Sets formats for created report. Pro only. | test |
maven.soapui.reportName | Yes | Sets which report to create. Pro only. | test |