Interface TestRunReference

interface TestRunReference {
    controllerId: string;
    runId: string;
}

Properties

Properties

controllerId: string
runId: string