Start test command

Adds specific test tags to represent the specific test context (what is being tested). For example, you can add “ValidateLogin” to represent a test that validates a user login. Other examples of tags that can be used here are test types such as regression, nightly, or smoke test.

Use the End test command to end the logical test and report the test status .

Parameters

Name Type Possible values Description

Name

String


The name of the test to be used in the Report Library.

Default: Unnamed Test

Tags

String

 

The test tags, separated by semicolons. Tags are freestyle text used for filtering in the Report Library.

For example: "AndroidNativeAppTests;ValidateLogin"

Job name

String

 

The job name as it appears in Jenkins, any other CI automation tool, or any other configuration file.

Job number

Number

 

The job number as it appears in Jenkins, any other CI automation tool, or any other configuration file.

Job branch

String

 

The identifier of the branch of the job.

Project name

String

 

The project or specific execution name.

Project version

String

 

The project or specific execution version.

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