The following plugin provides functionality available through Pipeline-compatible steps. Read more about how to integrate steps into your Pipeline in the Steps section of the Pipeline Syntax page.
For a list of other such plugins, see the Pipeline Steps Reference page.
ranorex
: Run a Ranorex test suitecmdLineArgs : String
(optional)
Flag | Function |
---|---|
config | cfg:<config parameter name>=<value> | Set values for configuration parameters. |
reportlevel | rl: Debug|Info|Warn|Error|Success|Failure|<any integer> | Sets the minimum report level that log messages need to have in order to be included in the log file. Specify 'None' to completely disable reporting. These levels correspond to the following integer values: Debug=10,Info=20,Warn=30,Error=40,Success=110,Failure=120 |
testcase | tc:<name or guid of test case> | Runs this test case only. |
testsuite | ts:<path to test suite file> | Runs the test cases defined by the test suite (rxtst) file. By default the rxtst file with the same name as the <TestSuiteExe> is used or the first rxtst file in the same folder as <TestSuiteExe>. |
module | mo:<module name or guid> | Runs the module with the specified name or guid. Assemblies loaded by <TestSuiteExe> and assemblies referenced in the rxtst file are searched. |
testcaseparam | tcpa:<name or guid of test case>:<parameter name>=<value> | Creates or overrides values for testcase parameters specified in the test suite. |
runlabel | rul:<custom value> | Sets a custom runlabel for the test run. |
testcasedatarange | tcdr:<name or guid of test case>=<data range> | Sets the data range for a testcase. |
rxGlobalParameter : String
(optional)
rxJUnitReport : boolean
(optional)
rxReportDirectory : String
(optional)
rxReportExtension : String
(optional)
rxReportFile : String
(optional)
rxRunConfiguration : String
(optional)
rxTestRail : boolean
(optional)
rxTestRailPassword : String
(optional)
rxTestRailRID : String
(optional)
rxTestRailRunName : String
(optional)
rxTestRailUser : String
(optional)
rxTestSuiteFilePath : String
(optional)
rxZippedReport : boolean
(optional)
rxZippedReportDirectory : String
(optional)
rxZippedReportFile : String
(optional)
Please submit your feedback about this page through this quick form.
Alternatively, if you don't wish to complete the quick form, you can simply indicate if you found this page helpful?
See existing feedback here.