interface UpdateTestRunRequest {
    attachmentsToAdd?: TestResultAttachment[];
    attachmentsToDelete?: TestResultAttachmentIdentity[];
    projectName?: string;
    shouldHyderate?: boolean;
    testRun?: LegacyTestRun;
}

Properties

attachmentsToAdd?: TestResultAttachment[]
attachmentsToDelete?: TestResultAttachmentIdentity[]
projectName?: string
shouldHyderate?: boolean
testRun?: LegacyTestRun