Interface RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder,RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder
- Enclosing interface:
- RobotFrameworkEndpointBuilderFactory
public static interface RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder
extends RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder, RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder
Builder for endpoint for the Robot Framework component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).allowTemplateFromHeader(String allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).argumentFiles(String argumentFiles) A text String to read more arguments from.combinedTagStats(String combinedTagStats) Creates combined statistics based on tags.contentCache(boolean contentCache) Sets whether to use resource content cache or not.contentCache(String contentCache) Sets whether to use resource content cache or not.criticalTags(String criticalTags) Tests that have the given tags are considered critical.A debug String that is written during execution.Sets the documentation of the top-level tests suites.dryrun(boolean dryrun) Sets dryrun mode on use.Sets dryrun mode on use.Selects the tests cases by tags.exitOnFailure(boolean exitOnFailure) Sets robot to stop execution immediately if a critical test fails.exitOnFailure(String exitOnFailure) Sets robot to stop execution immediately if a critical test fails.Selects the tests cases by tags.Sets a single listener for monitoring tests execution.Sets multiple listeners for monitoring tests execution.Sets the path to the generated log String.Sets the threshold level for logging.Sets a title for the generated tests log.Sets free metadata for the top level tests suites.monitorColors(String monitorColors) Using ANSI colors in console.monitorWidth(String monitorWidth) Width of the monitor output.Sets the name of the top-level tests suites.nonCriticalTags(String nonCriticalTags) Tests that have the given tags are not critical.noStatusReturnCode(boolean noStatusReturnCode) If true, sets the return code to zero regardless of failures in test cases.noStatusReturnCode(String noStatusReturnCode) If true, sets the return code to zero regardless of failures in test cases.Sets the path to the generated output String.outputDirectory(String outputDirectory) Configures where generated reports are to be placed.Sets the test execution order to be randomized.Sets the path to the generated report String.reportBackground(String reportBackground) Sets background colors for the generated report and summary.reportTitle(String reportTitle) Sets a title for the generated tests report.runEmptySuite(boolean runEmptySuite) Executes tests also if the top level test suite is empty.runEmptySuite(String runEmptySuite) Executes tests also if the top level test suite is empty.Re-run failed tests, based on output.xml String.Sets the execution mode for this tests run.skipTeardownOnExit(boolean skipTeardownOnExit) Sets whether the teardowns are skipped if the test execution is prematurely stopped.skipTeardownOnExit(String skipTeardownOnExit) Sets whether the teardowns are skipped if the test execution is prematurely stopped.splitOutputs(String splitOutputs) Splits output and log files.Selects the tests suites by name.suiteStatLevel(String suiteStatLevel) Defines how many levels to show in the Statistics by Suite table in outputs.summaryTitle(String summaryTitle) Sets a title for the generated summary report.Adds documentation to the specified tags.Sets the tags(s) to all executed tests cases.tagStatExcludes(String tagStatExcludes) Excludes these tags from the Statistics by Tag and Test Details by Tag tables in outputs.tagStatIncludes(String tagStatIncludes) Includes only these tags in the Statistics by Tag and Test Details by Tag tables in outputs.tagStatLinks(String tagStatLinks) Adds external links to the Statistics by Tag table in outputs.Selects the tests cases by name.timestampOutputs(boolean timestampOutputs) Adds a timestamp to all output files.timestampOutputs(String timestampOutputs) Adds a timestamp to all output files.variableFiles(String variableFiles) Sets variables using variables files.Sets individual variables.warnOnSkippedFiles(boolean warnOnSkippedFiles) Show a warning when an invalid String is skipped.warnOnSkippedFiles(String warnOnSkippedFiles) Show a warning when an invalid String is skipped.Sets the path to the generated XUnit compatible result String, relative to outputDirectory.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.endpoint.dsl.RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder
backoffErrorThreshold, backoffErrorThreshold, backoffIdleThreshold, backoffIdleThreshold, backoffMultiplier, backoffMultiplier, delay, delay, greedy, greedy, initialDelay, initialDelay, repeatCount, repeatCount, runLoggingLevel, runLoggingLevel, scheduledExecutorService, scheduledExecutorService, scheduler, scheduler, schedulerProperties, schedulerProperties, sendEmptyMessageWhenIdle, sendEmptyMessageWhenIdle, startScheduler, startScheduler, timeUnit, timeUnit, useFixedDelay, useFixedDelay
-
Method Details
-
advanced
- Specified by:
advancedin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
advancedin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder
-
allowContextMapAll
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details. By default only the message body and headers can be accessed. This option can be enabled for full access to the current Exchange and CamelContext. Doing so impose a potential security risk as this opens access to the full power of CamelContext API. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
allowContextMapAllin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
allowContextMapAllin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
allowContextMapAll- the value to set- Returns:
- the dsl builder
-
allowContextMapAll
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details. By default only the message body and headers can be accessed. This option can be enabled for full access to the current Exchange and CamelContext. Doing so impose a potential security risk as this opens access to the full power of CamelContext API. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
allowContextMapAllin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
allowContextMapAllin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
allowContextMapAll- the value to set- Returns:
- the dsl builder
-
allowTemplateFromHeader
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false). Enabling this allows to specify dynamic templates via message header. However this can be seen as a potential security vulnerability if the header is coming from a malicious user, so use this with care. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
allowTemplateFromHeaderin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
allowTemplateFromHeaderin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
allowTemplateFromHeader- the value to set- Returns:
- the dsl builder
-
allowTemplateFromHeader
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder allowTemplateFromHeader(String allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false). Enabling this allows to specify dynamic templates via message header. However this can be seen as a potential security vulnerability if the header is coming from a malicious user, so use this with care. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
allowTemplateFromHeaderin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
allowTemplateFromHeaderin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
allowTemplateFromHeader- the value to set- Returns:
- the dsl builder
-
argumentFiles
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder argumentFiles(String argumentFiles) A text String to read more arguments from. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
argumentFilesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
argumentFilesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
argumentFiles- the value to set- Returns:
- the dsl builder
-
combinedTagStats
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder combinedTagStats(String combinedTagStats) Creates combined statistics based on tags. Use the format tags:title List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
combinedTagStatsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
combinedTagStatsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
combinedTagStats- the value to set- Returns:
- the dsl builder
-
contentCache
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder contentCache(boolean contentCache) Sets whether to use resource content cache or not. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
contentCachein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
contentCachein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
contentCache- the value to set- Returns:
- the dsl builder
-
contentCache
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder contentCache(String contentCache) Sets whether to use resource content cache or not. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
contentCachein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
contentCachein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
contentCache- the value to set- Returns:
- the dsl builder
-
criticalTags
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder criticalTags(String criticalTags) Tests that have the given tags are considered critical. List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
criticalTagsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
criticalTagsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
criticalTags- the value to set- Returns:
- the dsl builder
-
debugFile
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder debugFile(String debugFile) A debug String that is written during execution. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
debugFilein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
debugFilein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
debugFile- the value to set- Returns:
- the dsl builder
-
document
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder document(String document) Sets the documentation of the top-level tests suites. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
documentin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
documentin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
document- the value to set- Returns:
- the dsl builder
-
dryrun
Sets dryrun mode on use. In the dry run mode tests are run without executing keywords originating from test libraries. Useful for validating test data syntax. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
dryrunin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
dryrunin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
dryrun- the value to set- Returns:
- the dsl builder
-
dryrun
Sets dryrun mode on use. In the dry run mode tests are run without executing keywords originating from test libraries. Useful for validating test data syntax. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
dryrunin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
dryrunin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
dryrun- the value to set- Returns:
- the dsl builder
-
excludes
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder excludes(String excludes) Selects the tests cases by tags. List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
excludesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
excludesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
excludes- the value to set- Returns:
- the dsl builder
-
exitOnFailure
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder exitOnFailure(boolean exitOnFailure) Sets robot to stop execution immediately if a critical test fails. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
exitOnFailurein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
exitOnFailurein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
exitOnFailure- the value to set- Returns:
- the dsl builder
-
exitOnFailure
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder exitOnFailure(String exitOnFailure) Sets robot to stop execution immediately if a critical test fails. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
exitOnFailurein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
exitOnFailurein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
exitOnFailure- the value to set- Returns:
- the dsl builder
-
includes
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder includes(String includes) Selects the tests cases by tags. List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
includesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
includesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
includes- the value to set- Returns:
- the dsl builder
-
listener
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder listener(String listener) Sets a single listener for monitoring tests execution. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
listenerin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
listenerin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
listener- the value to set- Returns:
- the dsl builder
-
listeners
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder listeners(String listeners) Sets multiple listeners for monitoring tests execution. Use the format ListenerWithArgs:arg1:arg2 or simply ListenerWithoutArgs List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
listenersin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
listenersin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
listeners- the value to set- Returns:
- the dsl builder
-
log
Sets the path to the generated log String. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
login interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
login interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
log- the value to set- Returns:
- the dsl builder
-
logLevel
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder logLevel(String logLevel) Sets the threshold level for logging. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
logLevelin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
logLevelin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
logLevel- the value to set- Returns:
- the dsl builder
-
logTitle
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder logTitle(String logTitle) Sets a title for the generated tests log. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
logTitlein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
logTitlein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
logTitle- the value to set- Returns:
- the dsl builder
-
metadata
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder metadata(String metadata) Sets free metadata for the top level tests suites. comma seperated list of string resulting as List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
metadatain interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
metadatain interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
metadata- the value to set- Returns:
- the dsl builder
-
monitorColors
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder monitorColors(String monitorColors) Using ANSI colors in console. Normally colors work in unixes but not in Windows. Default is 'on'. 'on' - use colors in unixes but not in Windows 'off' - never use colors 'force' - always use colors (also in Windows). The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
monitorColorsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
monitorColorsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
monitorColors- the value to set- Returns:
- the dsl builder
-
monitorWidth
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder monitorWidth(String monitorWidth) Width of the monitor output. Default is 78. The option is a: <code>java.lang.String</code> type. Default: 78 Group: common- Specified by:
monitorWidthin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
monitorWidthin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
monitorWidth- the value to set- Returns:
- the dsl builder
-
name
Sets the name of the top-level tests suites. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
namein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
namein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
name- the value to set- Returns:
- the dsl builder
-
nonCriticalTags
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder nonCriticalTags(String nonCriticalTags) Tests that have the given tags are not critical. List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
nonCriticalTagsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
nonCriticalTagsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
nonCriticalTags- the value to set- Returns:
- the dsl builder
-
noStatusReturnCode
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder noStatusReturnCode(boolean noStatusReturnCode) If true, sets the return code to zero regardless of failures in test cases. Error codes are returned normally. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
noStatusReturnCodein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
noStatusReturnCodein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
noStatusReturnCode- the value to set- Returns:
- the dsl builder
-
noStatusReturnCode
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder noStatusReturnCode(String noStatusReturnCode) If true, sets the return code to zero regardless of failures in test cases. Error codes are returned normally. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
noStatusReturnCodein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
noStatusReturnCodein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
noStatusReturnCode- the value to set- Returns:
- the dsl builder
-
output
Sets the path to the generated output String. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
outputin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
outputin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
output- the value to set- Returns:
- the dsl builder
-
outputDirectory
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder outputDirectory(String outputDirectory) Configures where generated reports are to be placed. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
outputDirectoryin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
outputDirectoryin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
outputDirectory- the value to set- Returns:
- the dsl builder
-
randomize
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder randomize(String randomize) Sets the test execution order to be randomized. Valid values are all, suite, and test. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
randomizein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
randomizein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
randomize- the value to set- Returns:
- the dsl builder
-
report
Sets the path to the generated report String. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
reportin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
reportin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
report- the value to set- Returns:
- the dsl builder
-
reportBackground
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder reportBackground(String reportBackground) Sets background colors for the generated report and summary. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
reportBackgroundin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
reportBackgroundin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
reportBackground- the value to set- Returns:
- the dsl builder
-
reportTitle
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder reportTitle(String reportTitle) Sets a title for the generated tests report. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
reportTitlein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
reportTitlein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
reportTitle- the value to set- Returns:
- the dsl builder
-
runEmptySuite
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder runEmptySuite(boolean runEmptySuite) Executes tests also if the top level test suite is empty. Useful e.g. with --include/--exclude when it is not an error that no test matches the condition. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
runEmptySuitein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
runEmptySuitein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
runEmptySuite- the value to set- Returns:
- the dsl builder
-
runEmptySuite
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder runEmptySuite(String runEmptySuite) Executes tests also if the top level test suite is empty. Useful e.g. with --include/--exclude when it is not an error that no test matches the condition. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
runEmptySuitein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
runEmptySuitein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
runEmptySuite- the value to set- Returns:
- the dsl builder
-
runFailed
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder runFailed(String runFailed) Re-run failed tests, based on output.xml String. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
runFailedin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
runFailedin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
runFailed- the value to set- Returns:
- the dsl builder
-
runMode
Sets the execution mode for this tests run. Note that this setting has been deprecated in Robot Framework 2.8. Use separate dryryn, skipTeardownOnExit, exitOnFailure, and randomize settings instead. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
runModein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
runModein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
runMode- the value to set- Returns:
- the dsl builder
-
skipTeardownOnExit
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder skipTeardownOnExit(boolean skipTeardownOnExit) Sets whether the teardowns are skipped if the test execution is prematurely stopped. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
skipTeardownOnExitin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
skipTeardownOnExitin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
skipTeardownOnExit- the value to set- Returns:
- the dsl builder
-
skipTeardownOnExit
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder skipTeardownOnExit(String skipTeardownOnExit) Sets whether the teardowns are skipped if the test execution is prematurely stopped. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
skipTeardownOnExitin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
skipTeardownOnExitin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
skipTeardownOnExit- the value to set- Returns:
- the dsl builder
-
splitOutputs
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder splitOutputs(String splitOutputs) Splits output and log files. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
splitOutputsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
splitOutputsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
splitOutputs- the value to set- Returns:
- the dsl builder
-
suites
Selects the tests suites by name. List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
suitesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
suitesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
suites- the value to set- Returns:
- the dsl builder
-
suiteStatLevel
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder suiteStatLevel(String suiteStatLevel) Defines how many levels to show in the Statistics by Suite table in outputs. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
suiteStatLevelin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
suiteStatLevelin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
suiteStatLevel- the value to set- Returns:
- the dsl builder
-
summaryTitle
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder summaryTitle(String summaryTitle) Sets a title for the generated summary report. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
summaryTitlein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
summaryTitlein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
summaryTitle- the value to set- Returns:
- the dsl builder
-
tagDocs
Adds documentation to the specified tags. List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
tagDocsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
tagDocsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
tagDocs- the value to set- Returns:
- the dsl builder
-
tags
Sets the tags(s) to all executed tests cases. List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
tagsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
tagsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
tags- the value to set- Returns:
- the dsl builder
-
tagStatExcludes
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder tagStatExcludes(String tagStatExcludes) Excludes these tags from the Statistics by Tag and Test Details by Tag tables in outputs. List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
tagStatExcludesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
tagStatExcludesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
tagStatExcludes- the value to set- Returns:
- the dsl builder
-
tagStatIncludes
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder tagStatIncludes(String tagStatIncludes) Includes only these tags in the Statistics by Tag and Test Details by Tag tables in outputs. List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
tagStatIncludesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
tagStatIncludesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
tagStatIncludes- the value to set- Returns:
- the dsl builder
-
tagStatLinks
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder tagStatLinks(String tagStatLinks) Adds external links to the Statistics by Tag table in outputs. Use the format pattern:link:title List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
tagStatLinksin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
tagStatLinksin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
tagStatLinks- the value to set- Returns:
- the dsl builder
-
tests
Selects the tests cases by name. List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
testsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
testsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
tests- the value to set- Returns:
- the dsl builder
-
timestampOutputs
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder timestampOutputs(boolean timestampOutputs) Adds a timestamp to all output files. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
timestampOutputsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
timestampOutputsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
timestampOutputs- the value to set- Returns:
- the dsl builder
-
timestampOutputs
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder timestampOutputs(String timestampOutputs) Adds a timestamp to all output files. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
timestampOutputsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
timestampOutputsin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
timestampOutputs- the value to set- Returns:
- the dsl builder
-
variableFiles
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder variableFiles(String variableFiles) Sets variables using variables files. Use the format path:args List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
variableFilesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
variableFilesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
variableFiles- the value to set- Returns:
- the dsl builder
-
variables
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder variables(String variables) Sets individual variables. Use the format name:value List. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
variablesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
variablesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
variables- the value to set- Returns:
- the dsl builder
-
warnOnSkippedFiles
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder warnOnSkippedFiles(boolean warnOnSkippedFiles) Show a warning when an invalid String is skipped. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
warnOnSkippedFilesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
warnOnSkippedFilesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
warnOnSkippedFiles- the value to set- Returns:
- the dsl builder
-
warnOnSkippedFiles
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder warnOnSkippedFiles(String warnOnSkippedFiles) Show a warning when an invalid String is skipped. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
warnOnSkippedFilesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
warnOnSkippedFilesin interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
warnOnSkippedFiles- the value to set- Returns:
- the dsl builder
-
xunitFile
default RobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointBuilder xunitFile(String xunitFile) Sets the path to the generated XUnit compatible result String, relative to outputDirectory. The String is in xml format. By default, the String name is derived from the testCasesDirectory parameter, replacing blanks in the directory name by underscores. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
xunitFilein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointConsumerBuilder- Specified by:
xunitFilein interfaceRobotFrameworkEndpointBuilderFactory.RobotFrameworkEndpointProducerBuilder- Parameters:
xunitFile- the value to set- Returns:
- the dsl builder
-