Interface TestRunProfileDTO

interface TestRunProfileDTO {
    canConfigure: boolean;
    id: string;
    isDefault: boolean;
    kind: TestRunProfileKind;
    label: string;
    tag: string;
}

Properties

canConfigure: boolean
id: string
isDefault: boolean
label: string
tag: string