Test Variable

interface TestVariable {
    description?: string;
    id: number;
    name: string;
    project?: TeamProjectReference;
    values?: string[];
}

Hierarchy (View Summary)

Properties

description?: string

Description of the test variable

id: number

Id of the test variable

name: string

Name of the test variable

Id of the test variable

values?: string[]

List of allowed values