Full name:
org.robotframework:robotframework-maven-plugin:2.1.0:verify
Description:
Attributes:
test
.verify
.Name | Type | Since | Description |
---|---|---|---|
<externalRunner> |
ExternalRunnerConfiguration |
- |
Test are executed in a new process if this configuration is used. The classpath for the new process will include by default all the test scope dependencies from the pom.
|
<isTestFailureIgnore> |
boolean |
- |
Log failures without failing the build. Default value is: false . |
<outputDirectory> |
File |
- |
Configures where generated reports are to be placed. Default value is: ${project.build.directory}/robotframework-reports . |
<skip> |
boolean |
- |
Skip verification of tests, bound to -Dmaven.test.skip, which
suppresses test compilation as well. Default value is: false .User property is: maven.test.skip . |
<skipATs> |
boolean |
- |
Skip verification of acceptance tests executed by this plugin.
Bound to -DskipATs. This allows to run tests and integration tests,
but no acceptance tests. User property is: skipATs . |
<skipITs> |
boolean |
- |
Skip verification of acceptance tests executed by this plugin
together with other integration tests, e.g. tests run by the
maven-failsafe-plugin. Bound to -DskipITs User property is: skipITs . |
<skipTests> |
boolean |
- |
Skip verification of tests. Bound to -DskipTests. This allows to
skip acceptance tests together with all other tests. User property is: skipTests . |
<testCasesDirectory> |
File |
- |
The directory where the test cases are located. Default value is: ${project.basedir}/src/test/resources/robotframework/acceptance . |
<xunitFile> |
File |
- |
Sets the path to the generated XUnit compatible result file,
relative to outputDirectory. The file is in xml format. By default,
the file name is derived from the testCasesDirectory parameter,
replacing blanks in the directory name by underscores. |
Test are executed in a new process if this configuration is used.
The classpath for the new process will include by default all the test scope dependencies from the pom.
<externalRunner>
<environmentVariables>
<foo>bar</foo>
<CLASSPATH>this-should-be-seen-by-external-process.jar</CLASSPATH>
</environmentVariables>
<jvmArgs>
<jvmArg>-XX:PermSize=128m</jvmArg>
<jvmArg>-XX:MaxPermSize=256m</jvmArg>
<jvmArg>-Xmx512m</jvmArg>
</jvmArgs>
<excludeDependencies>true</excludeDependencies>
<runnerClass>org.robotframework.RobotFramework</runnerClass>
<runWithPython>false</runWithPython>
</externalRunner>
org.robotframework.mavenplugin.ExternalRunnerConfiguration
No
boolean
No
false
java.io.File
No
${project.build.directory}/robotframework-reports
boolean
No
maven.test.skip
false
boolean
No
skipATs
boolean
No
skipITs
boolean
No
skipTests
java.io.File
No
${project.basedir}/src/test/resources/robotframework/acceptance
java.io.File
No