interface TestResultCreateModel {
    area?: ShallowReference;
    associatedWorkItems?: number[];
    automatedTestId?: string;
    automatedTestName?: string;
    automatedTestStorage?: string;
    automatedTestType?: string;
    automatedTestTypeId?: string;
    comment?: string;
    completedDate?: string;
    computerName?: string;
    configuration?: ShallowReference;
    customFields?: CustomTestField[];
    durationInMs?: string;
    errorMessage?: string;
    failureType?: string;
    outcome?: string;
    owner?: IdentityRef;
    resolutionState?: string;
    runBy?: IdentityRef;
    stackTrace?: string;
    startedDate?: string;
    state?: string;
    testCase?: ShallowReference;
    testCasePriority?: string;
    testCaseTitle?: string;
    testPoint?: ShallowReference;
}

Properties

associatedWorkItems?: number[]
automatedTestId?: string
automatedTestName?: string
automatedTestStorage?: string
automatedTestType?: string
automatedTestTypeId?: string
comment?: string
completedDate?: string
computerName?: string
configuration?: ShallowReference
customFields?: CustomTestField[]
durationInMs?: string
errorMessage?: string
failureType?: string
outcome?: string
owner?: IdentityRef
resolutionState?: string
runBy?: IdentityRef
stackTrace?: string
startedDate?: string
state?: string
testCase?: ShallowReference
testCasePriority?: string
testCaseTitle?: string
testPoint?: ShallowReference