Canoo Webtest Plug-in Properties

This parameters are used to configure the plugin

PropertyOptional?Default ValueDescription
maven.webtest.fileYes*.xml Pattern for selecting the Canoo Webtest file to execute
maven.webtest.targetNo Target to executed for the the given Canoo Webtest files
maven.webtest.srcYes${basedir}/webtest The location of the test scripts to be executed
maven.webtest.ant.optionsYes Useful for debugging the ANT scripts. If you are struggling than you could use "-debug"
maven.webtest.syspropertiesYes Use this property elements to specify properties to be passed to WebTest scripts. You can specify system properties separate by space. Each properties is describe in sub properties. Sample :
            
In this example, you will be prompted if you don't pass a webtestPassword value in to supply one.

Canoo Webtest Plug-in Connection Properties

This parameters are passed straight to the configuration of Canoo Webtest

PropertyOptional?Default ValueDescription
maven.webtest.config.hostYeslocalhost The host address passed to Canoo Web Test
maven.webtest.config.portYes80 The port number passed to Canoo Web Test
maven.webtest.config.protocolYeshttp The protocol used for the server, e.g. http or https
maven.webtest.config.basepathYes The base path passed to Canoo Web Test
maven.webtest.config.summaryYestrue Forces Canoo Webt Test to create a test summary - overwrite at your own risk
maven.webtest.config.saveresponseYestrue Saves the HTML responses - overwrite at your own risk
maven.webtest.config.resultpathYestrue The directory where the test summaries and HTML responses are stored - overwrite at your own risk
maven.webtest.config.haltonfailureYestrue Stop executing the test script on a failure
maven.webtest.config.haltonerrorYestrue Stop executing the test script on an error
maven.webtest.config.showhtmlparseroutputYestrue Shows output of HTML parser, might have no effect now for NeckoHTML
maven.webtest.config.autorefreshYesfalse Specifies whether the client should automatically follow page refresh requests