interface CreateTestRunRequest {
    projectName?: string;
    results?: LegacyTestCaseResult[];
    testRun?: LegacyTestRun;
    testSettings?: LegacyTestSettings;
}

Properties

projectName?: string
testRun?: LegacyTestRun
testSettings?: LegacyTestSettings