TestVariable interface
Test Variable
- Extends
Properties
id | Id of the test variable |
project | Id of the test variable |
Inherited Properties
description | Description of the test variable |
name | Name of the test variable |
values | List of allowed values |
Property Details
id
Id of the test variable
id: number
Property Value
number
project
Inherited Property Details
description
Description of the test variable
description: string
Property Value
string
Inherited From TestVariableCreateUpdateParameters.description
name
Name of the test variable
name: string
Property Value
string
Inherited From TestVariableCreateUpdateParameters.name
values
List of allowed values
values: string[]
Property Value
string[]
Inherited From TestVariableCreateUpdateParameters.values