Full name:
org.robotframework:robotframework-maven-plugin:2.1.0:rebot
Description:
rebot
tool. Uses the rebot
bundled in
Robot Framework jar distribution. For more help see rebot
documentation.Attributes:
test
.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.
|
<flattenKeywords> |
List |
- |
Flatten keywords and their messages altogether. Instructions at
http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#flattening-keywords.
|
<log> |
File |
- |
Sets the path to the generated log file. |
<logLevel> |
String |
- |
Sets the threshold level for logging. |
<logTitle> |
String |
- |
Sets a title for the generated tests log. |
<merge> |
boolean |
- |
When combining results, merge outputs together instead of putting
them under a new top level suite. Default value is: false . |
<output> |
File |
- |
Sets the path to the generated output file. |
<outputDirectory> |
File |
- |
Configures where generated reports are to be placed. Default value is: ${project.build.directory}/robotframework-reports . |
<removeKeywords> |
List |
- |
Remove keywords and their messages altogether. Instructions at
http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#removing-keywords.
|
<report> |
File |
- |
Sets the path to the generated report file. |
<reportTitle> |
String |
- |
Sets a title for the generated tests report. |
<rpa> |
boolean |
- |
Turn on generic automation mode. Default value is: false . |
<splitOutputs> |
String |
- |
Splits output and log files. |
<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. Default value is: ${project.build.directory}/robotframework-reports/rebot-xunit-results.xml . |
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
java.util.List
No
java.io.File
No
java.lang.String
No
java.lang.String
No
boolean
No
false
java.io.File
No
java.io.File
No
${project.build.directory}/robotframework-reports
java.util.List
No
java.io.File
No
java.lang.String
No
boolean
No
false
java.lang.String
No
java.io.File
No
${project.build.directory}/robotframework-reports/rebot-xunit-results.xml