interface TestRunWithDtlEnvEvent {
    configurationIds: number[];
    mappedTestRunEventType: string;
    runTimeout: any;
    testConfigurationsMapping: string;
    testRun: TestRun;
}

Hierarchy (View Summary)

Properties

configurationIds: number[]
mappedTestRunEventType: string
runTimeout: any
testConfigurationsMapping: string
testRun: TestRun