Test configuration

interface TestConfiguration {
    description?: string;
    id: number;
    isDefault?: boolean;
    name: string;
    project?: TeamProjectReference;
    state?: TestConfigurationState;
    values?: NameValuePair[];
}

Hierarchy (View Summary)

Properties

description?: string

Description of the configuration

id: number

Id of the configuration

isDefault?: boolean

Is the configuration a default for the test plans

name: string

Name of the configuration

Id of the test configuration variable

State of the configuration

values?: NameValuePair[]

Dictionary of Test Variable, Selected Value