TestVariable interface
Test Variable
Inherited Properties
description | Description of the test variable |
name | Name of the test variable |
values | List of allowed values |
id
Id of the test variable
id: number
Property Value
number
project
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