09 July 2009 - 3.0 user guide eclipse intellij netbeans maven download nightly forum bugs blog sf.net eviware


Eviware Logo

maven 2.X plugin settings

eviware:soapui:test settings

PropertyOptional?Description
projectFileYesSpecified the name of the soapUI project file to use, default value is ${pom.artifactId}-soapui-project.xml
testSuiteYesSpecifies the name of the TestSuite to run
testCaseYesSpecifies the name of the TestCase to run
endpointYesOverrides the service endpoint to be invoked by any TestRequests
hostYesOverrides the target host:port to be invoked by any TestRequests
usernameYesOverrides the username used by any TestRequests run
passwordYesOverrides the password used by any TestRequests run
domainYesOverrides the domain used by any TestRequests run
printReportYesControls if a small test report should be printed to the console (yes/no)
outputFolderYesSet which folder results/reports are saved to
junitReportYesTurns on creation of JUnit-reports, (yes/no)
exportAllYesControls if all test requests should be exported (default only exports errors), (yes/no)
settingsFileYesSpecifies soapUI settings file to use
wssPasswordTypeNoSpecifies WSS password type
project.passwordNoSpecifies password for encrypted project
settingsFile.passwordNoSpecifies password for encrypted settings file
globalPropertiesNoSets global properties
projectPropertiesNoSets project properties
saveAfterRunNoSaves project file after run
test.FailIgnoreYesIgnore failed tests.
reportFormatYesSets formats for created report. Pro only.
reportNameYesSets which report to create. Pro only.
coverageYesSets the output to include Coverage HTML reports. Pro only.

eviware:soapui:loadtest settings

PropertyOptional?Description
projectFileYesSpecified the name of the soapUI project file to use, default value is ${pom.artifactId}-soapui-project.xml
testSuiteYesSpecifies the name of the TestSuite to run
testCaseYesSpecifies the name of the TestCase to run
loadTestYesSpecifies the name of the LoadTest to run (if running the soapui:loadtest goal)
limitYesOverrides the limit of executed LoadTests (if running the soapui:loadtest goal)
endpointYesOverrides the service endpoint to be invoked by any TestRequests
hostYesOverrides the target host:port to be invoked by any TestRequests
usernameYesOverrides the username used by any TestRequests run
passwordYesOverrides the password used by any TestRequests run
domainYesOverrides the domain used by any TestRequests run
printReportYesControls if a small test report should be printed to the console (yes/no)
outputFolderYesSet which folder results/reports are saved to
settingsFileNoSpecifies soapUI settings file to use
settingsFile.passwordYesSpecifies soapui-settings file password if it is encrypted.
project.passwordYesSpecifies password if project file is encrypted.
wssPasswordTypeYesThe WSS password-type to use for any authentications.
saveAfterRunYesSaves project file after run.
threadcountYesNumber of threads in loadtest.
reportNameYesSets which report to create. Pro only.
reportFormatYesSets formats for created report. Pro only.

eviware:soapui:tool settings

PropertyOptional?Description
projectFileYesSpecified the name of the soapUI project file to use, default value is ${pom.artifactId}-soapui-project.xml
ifaceYesSpecifies the interface to generate for
toolYesSpecifies the tool(s) to run, a comma-separated list of axis1, axis2, dotnet, gsoap, jaxb, wstools, wsconsume, ora, wscompile, wsi, wsimport, xfire or xmlbeans
settingsFileNoSpecifies soapUI settings file to use, will contain path to integrated tool to run
project.passwordYesSpecifies password for encrypted project file
settingsFile.passwordYesSpecifies password for encrypted soapui settings file
outputFolderYesSet which folder results/reports are saved to

eviware:soapui:mock settings

PropertyOptional?Description
projectFileYesSpecified the name of the soapUI project file to use, default value is ${pom.artifactId}-soapui-project.xml
mockServiceNoSpecified the MockService to run
portYesThe local port to listen on, overrides the port configured for the MockService
pathYesThe local path to listen on, overrides the path configured for the MockService
noBlockYesTurns off blocking when MockRunner has started
settingsFileNoSpecifies soapUI settings file to use, will contain path to integrated tool to run
project.passwordYesSpecifies password for encrypted project file
settingsFile.passwordYesSpecifies password for encrypted soapui settings file
saveAfterRunYesSaves project file after run.