End test command
Notifies the reporting service that the test execution has finished and the status to report for the test.
success = true
, the failureDescription parameter should not be included.
Parameters
Name |
Type |
Possible values |
Description |
---|---|---|---|
Success |
String |
True | False |
The defined test status, where:
|
Failure description |
String |
The description to display in case of a failure. |
|
Tags |
String |
The test tags, separated by semicolons. Tags are freestyle text used for filtering in the Report Library. For example: "AndroidNativeAppTests;ValidateLogin" |
|
Failure reason |
String |
Provides the reason (from the configured list of strings) that best classifies the test failure. |
|
Comment |
String |
Adds a comment to the script |
|
On-fail Result* |
Condition |
Ignore | Break | Continue | Abort | Catch |
The behavior when the command fails. |
* Mandatory parameter