tests
For details, see the tests section.
Properties
Property | Description | Type | Required |
---|
key | Test ID | string | true |
value | Object that contains tasks , and tags properties. Refer to value section. | object | true |
value
Property | Description | Type | Required |
---|
tasks | List of Tasks. Refer to tasks section. | array | true |
summary | Brief overview or summary of the test. | string | |
testbot | Enables or disables the testbot for the test. This setting will override individual testbot config for each task. | boolean | |
params | Parameters are defined as an array of objects , each specifying variables that can be injected into tasks to enable dynamic adjustments to the test's behavior. | array | |