| Constructor and Description |
|---|
RobotFrameworkCamelConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
RobotFrameworkCamelConfiguration |
copy() |
File |
getArgumentFile() |
String |
getCombinedTagStats() |
String |
getCriticalTags() |
File |
getDebugFile() |
String |
getDocument() |
String |
getExcludes() |
String |
getIncludes() |
String |
getListener() |
String |
getListeners() |
File |
getLog() |
String |
getLogLevel() |
String |
getLogTitle() |
String |
getMetadata() |
String |
getMonitorColors() |
String |
getMonitorWidth() |
String |
getName() |
String |
getNonCriticalTags() |
File |
getOutput() |
File |
getOutputDirectory() |
String |
getRandomize() |
File |
getReport() |
String |
getReportBackground() |
String |
getReportTitle() |
File |
getRunFailed() |
String |
getRunMode() |
String |
getSplitOutputs() |
String |
getSuites() |
String |
getSuiteStatLevel() |
String |
getSummaryTitle() |
String |
getTagDocs() |
String |
getTags() |
String |
getTagStatExcludes() |
String |
getTagStatIncludes() |
String |
getTagStatLinks() |
String |
getTests() |
String |
getVariableFiles() |
String |
getVariables() |
File |
getXunitFile() |
boolean |
isAllowContextMapAll() |
boolean |
isAllowTemplateFromHeader() |
boolean |
isDryrun() |
boolean |
isExitOnFailure() |
boolean |
isNoStatusReturnCode() |
boolean |
isRunEmptySuite() |
boolean |
isSkipTeardownOnExit() |
boolean |
isTimestampOutputs() |
boolean |
isWarnOnSkippedFiles() |
void |
setAllowContextMapAll(boolean allowContextMapAll)
Sets whether the context map should allow access to all details.
|
void |
setAllowTemplateFromHeader(boolean allowTemplateFromHeader)
Whether to allow to use resource template from header or not (default false).
|
void |
setArgumentFile(File argumentFile)
A text file to read more arguments from.
|
void |
setCombinedTagStats(String combinedTagStats)
Creates combined statistics based on tags.
|
void |
setCriticalTags(String criticalTags)
Tests that have the given tags are considered critical.
|
void |
setDebugFile(File debugFile)
A debug file that is written during execution.
|
void |
setDocument(String document)
Sets the documentation of the top-level tests suites.
|
void |
setDryrun(boolean dryrun)
Sets dryrun mode on use.
|
void |
setExcludes(String excludes)
Selects the tests cases by tags.
|
void |
setExitOnFailure(boolean exitOnFailure)
Sets robot to stop execution immediately if a critical test fails.
|
void |
setIncludes(String includes)
Selects the tests cases by tags.
|
void |
setListener(String listener)
Sets a single listener for monitoring tests execution
|
void |
setListeners(String listeners)
Sets multiple listeners for monitoring tests execution.
|
void |
setLog(File log)
Sets the path to the generated log file.
|
void |
setLogLevel(String logLevel)
Sets the threshold level for logging.
|
void |
setLogTitle(String logTitle)
Sets a title for the generated tests log.
|
void |
setMetadata(String metadata)
Sets free metadata for the top level tests suites.
|
void |
setMonitorColors(String monitorColors)
Using ANSI colors in console.
|
void |
setMonitorWidth(String monitorWidth)
Width of the monitor output.
|
void |
setName(String name)
Sets the name of the top-level tests suites.
|
void |
setNonCriticalTags(String nonCriticalTags)
Tests that have the given tags are not critical.
|
void |
setNoStatusReturnCode(boolean noStatusReturnCode)
If true, sets the return code to zero regardless of failures in test cases.
|
void |
setOutput(File output)
Sets the path to the generated output file.
|
void |
setOutputDirectory(File outputDirectory)
Configures where generated reports are to be placed.
|
void |
setRandomize(String randomize)
Sets the test execution order to be randomized.
|
void |
setReport(File report)
Sets the path to the generated report file.
|
void |
setReportBackground(String reportBackground)
Sets background colors for the generated report and summary.
|
void |
setReportTitle(String reportTitle)
Sets a title for the generated tests report.
|
void |
setRunEmptySuite(boolean runEmptySuite)
Executes tests also if the top level test suite is empty.
|
void |
setRunFailed(File runFailed)
Re-run failed tests, based on output.xml file.
|
void |
setRunMode(String runMode)
Sets the execution mode for this tests run.
|
void |
setSkipTeardownOnExit(boolean skipTeardownOnExit)
Sets whether the teardowns are skipped if the test execution is prematurely stopped.
|
void |
setSplitOutputs(String splitOutputs)
Splits output and log files.
|
void |
setSuites(String suites)
Selects the tests suites by name.
|
void |
setSuiteStatLevel(String suiteStatLevel)
Defines how many levels to show in the Statistics by Suite table in outputs.
|
void |
setSummaryTitle(String summaryTitle)
Sets a title for the generated summary report.
|
void |
setTagDocs(String tagDocs)
Adds documentation to the specified tags.
|
void |
setTags(String tags)
Sets the tags(s) to all executed tests cases.
|
void |
setTagStatExcludes(String tagStatExcludes)
Excludes these tags from the Statistics by Tag and Test Details by Tag tables in outputs.
|
void |
setTagStatIncludes(String tagStatIncludes)
Includes only these tags in the Statistics by Tag and Test Details by Tag tables in outputs.
|
void |
setTagStatLinks(String tagStatLinks)
Adds external links to the Statistics by Tag table in outputs.
|
void |
setTests(String tests)
Selects the tests cases by name.
|
void |
setTimestampOutputs(boolean timestampOutputs)
Adds a timestamp to all output files.
|
void |
setVariableFiles(String variableFiles)
Sets variables using variables files.
|
void |
setVariables(String variables)
Sets individual variables.
|
void |
setWarnOnSkippedFiles(boolean warnOnSkippedFiles)
Show a warning when an invalid file is skipped.
|
void |
setXunitFile(File xunitFile)
Sets the path to the generated XUnit compatible result file, relative to outputDirectory.
|
public String getName()
public String getDocument()
public String getMetadata()
public String getTags()
public String getTests()
public String getSuites()
public String getIncludes()
public String getExcludes()
public String getCriticalTags()
public String getNonCriticalTags()
public String getRunMode()
public boolean isDryrun()
public boolean isSkipTeardownOnExit()
public boolean isExitOnFailure()
public String getRandomize()
public String getVariables()
public String getVariableFiles()
public File getOutputDirectory()
public File getOutput()
public File getLog()
public File getReport()
public File getXunitFile()
public File getDebugFile()
public boolean isTimestampOutputs()
public String getSplitOutputs()
public String getLogTitle()
public String getReportTitle()
public String getSummaryTitle()
public String getReportBackground()
public String getLogLevel()
public String getSuiteStatLevel()
public String getTagStatIncludes()
public String getTagStatExcludes()
public String getCombinedTagStats()
public String getTagDocs()
public String getTagStatLinks()
public String getListeners()
public String getListener()
public boolean isWarnOnSkippedFiles()
public String getMonitorWidth()
public String getMonitorColors()
public File getArgumentFile()
public boolean isRunEmptySuite()
public File getRunFailed()
public boolean isNoStatusReturnCode()
public void setName(String name)
public void setDocument(String document)
public void setMetadata(String metadata)
public void setTags(String tags)
public void setTests(String tests)
public void setSuites(String suites)
public void setIncludes(String includes)
public void setExcludes(String excludes)
public void setCriticalTags(String criticalTags)
public void setNonCriticalTags(String nonCriticalTags)
public void setRunMode(String runMode)
public void setDryrun(boolean dryrun)
public void setSkipTeardownOnExit(boolean skipTeardownOnExit)
public void setExitOnFailure(boolean exitOnFailure)
public void setRandomize(String randomize)
public void setVariables(String variables)
public void setVariableFiles(String variableFiles)
public void setOutputDirectory(File outputDirectory)
public void setOutput(File output)
public void setLog(File log)
public void setReport(File report)
public void setXunitFile(File xunitFile)
public void setDebugFile(File debugFile)
public void setTimestampOutputs(boolean timestampOutputs)
public void setSplitOutputs(String splitOutputs)
public void setLogTitle(String logTitle)
public void setReportTitle(String reportTitle)
public void setSummaryTitle(String summaryTitle)
public void setReportBackground(String reportBackground)
public void setLogLevel(String logLevel)
public void setSuiteStatLevel(String suiteStatLevel)
public void setTagStatIncludes(String tagStatIncludes)
public void setTagStatExcludes(String tagStatExcludes)
public void setCombinedTagStats(String combinedTagStats)
public void setTagDocs(String tagDocs)
public void setTagStatLinks(String tagStatLinks)
public void setListeners(String listeners)
public void setListener(String listener)
public void setWarnOnSkippedFiles(boolean warnOnSkippedFiles)
public void setMonitorWidth(String monitorWidth)
public void setMonitorColors(String monitorColors)
public void setArgumentFile(File argumentFile)
public void setRunEmptySuite(boolean runEmptySuite)
public void setRunFailed(File runFailed)
public void setNoStatusReturnCode(boolean noStatusReturnCode)
public boolean isAllowTemplateFromHeader()
public void setAllowTemplateFromHeader(boolean allowTemplateFromHeader)
public boolean isAllowContextMapAll()
public void setAllowContextMapAll(boolean allowContextMapAll)
public RobotFrameworkCamelConfiguration copy()
Apache Camel