TestConfiguration interface
Test configuration
- Extends
Properties
id | Id of the configuration |
project | Id of the test configuration variable |
Inherited Properties
description | Description of the configuration |
is |
Is the configuration a default for the test plans |
name | Name of the configuration |
state | State of the configuration |
values | Dictionary of Test Variable, Selected Value |
Property Details
id
Id of the configuration
id: number
Property Value
number
project
Id of the test configuration variable
project: TeamProjectReference
Property Value
Inherited Property Details
description
Description of the configuration
description: string
Property Value
string
Inherited From TestConfigurationCreateUpdateParameters.description
isDefault
Is the configuration a default for the test plans
isDefault: boolean
Property Value
boolean
Inherited From TestConfigurationCreateUpdateParameters.isDefault
name
Name of the configuration
name: string
Property Value
string
Inherited From TestConfigurationCreateUpdateParameters.name
state
State of the configuration
state: TestConfigurationState
Property Value
Inherited From TestConfigurationCreateUpdateParameters.state
values
Dictionary of Test Variable, Selected Value
values: NameValuePair[]
Property Value
Inherited From TestConfigurationCreateUpdateParameters.values