SkinnyTestCaseResultData interface
This data model is used in SkinnyTestCaseResultDataProvider and provides the skinny TestCaseResultsData for a Test run
Properties
| automated |
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. |
| test |
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
priority
Priority of the test case result.
priority: number
Property Value
number