Property | Optional? | Description |
---|
maven.soapui.project | Yes | Specified the name/URL of the soapUI project file to use, default value is
${pom.artifactId}-soapui-project.xml |
maven.soapui.test.testsuite | Yes | Specifies the name of the TestSuite to run |
maven.soapui.test.testcase | Yes | Specifies the name of the TestCase to run |
maven.soapui.test.loadtest | Yes | Specifies the name of the LoadTest to run (if running the soapui:loadtest goal) |
maven.soapui.test.limit | Yes | Overrides the limit of executed LoadTests (if running the soapui:loadtest goal) |
maven.soapui.test.endpoint | Yes | Overrides the service endpoint to be invoked by any TestRequests |
maven.soapui.test.host | Yes | Overrides the target host:port to be invoked by any TestRequests |
maven.soapui.test.username | Yes | Overrides the username used by any TestRequests run |
maven.soapui.test.password | Yes | Overrides the password used by any TestRequests run |
maven.soapui.test.domain | Yes | Overrides the domain used by any TestRequests run |
maven.soapui.report | Yes | Controls if a small test report should be printed to the console (yes/no) |
maven.soapui.report.folder | Yes | Set which folder results/reports are saved to |
maven.soapui.report.junit | Yes | Turns on creation of JUnit-reports |
maven.soapui.report.all | Yes | Controls if all test requests should be exported (default only exports errors), (yes/no) |
maven.soapui.mock.service | No | Sets which MockService to run with the soapui:mock goal |
maven.soapui.mock.port | No | Sets which port to listen on locally when mocking |
maven.soapui.mock.path | No | Sets which path to listen on locally when mocking |