Edit

Share via


SkinnyTestCaseResultData interface

This data model is used in SkinnyTestCaseResultDataProvider and provides the skinny TestCaseResultsData for a Test run

Properties

automatedTestStorage

Container to which test belongs.

configuration

Reference to test configuration. Type ShallowReference.

id

ID of a test result.

outcome

Test outcome of test result. Valid values = (Unspecified, None, Passed, Failed, Inconclusive, Timeout, Aborted, Blocked, NotExecuted, Warning, Error, NotApplicable, Paused, InProgress, NotImpacted)

owner

Owner of the test case result.

priority

Priority of the test case result.

testCase

Reference to the test executed.

Property Details

automatedTestStorage

Container to which test belongs.

automatedTestStorage: string

Property Value

string

configuration

Reference to test configuration. Type ShallowReference.

configuration: ShallowReference

Property Value

id

ID of a test result.

id: number

Property Value

number

outcome

Test outcome of test result. Valid values = (Unspecified, None, Passed, Failed, Inconclusive, Timeout, Aborted, Blocked, NotExecuted, Warning, Error, NotApplicable, Paused, InProgress, NotImpacted)

outcome: string

Property Value

string

owner

Owner of the test case result.

owner: IdentityRef

Property Value

priority

Priority of the test case result.

priority: number

Property Value

number

testCase

Reference to the test executed.

testCase: ShallowReference

Property Value