TestSubResult interface
Represents a sub result of a test result.
Properties
comment | Comment in sub result. |
completed |
Time when test execution completed(UTC). |
computer |
Machine where test executed. |
configuration | Reference to test configuration. |
custom |
Additional properties of sub result. |
display |
Name of sub result. |
duration |
Duration of test execution. |
error |
Error message in sub result. |
id | ID of sub result. |
last |
Time when result last updated(UTC). |
outcome | Outcome of sub result. |
parent |
Immediate parent ID of sub result. |
result |
Hierarchy type of the result, default value of None means its leaf node. |
sequence |
Index number of sub result. |
stack |
Stacktrace. |
started |
Time when test execution started(UTC). |
sub |
List of sub results inside a sub result, if ResultGroupType is not None, it holds corresponding type sub results. |
test |
Reference to test result. |
url | Url of sub result. |
Property Details
comment
Comment in sub result.
comment: string
Property Value
string
completedDate
Time when test execution completed(UTC).
completedDate: Date
Property Value
Date
computerName
Machine where test executed.
computerName: string
Property Value
string
configuration
customFields
Additional properties of sub result.
customFields: CustomTestField[]
Property Value
displayName
Name of sub result.
displayName: string
Property Value
string
durationInMs
Duration of test execution.
durationInMs: number
Property Value
number
errorMessage
Error message in sub result.
errorMessage: string
Property Value
string
id
ID of sub result.
id: number
Property Value
number
lastUpdatedDate
Time when result last updated(UTC).
lastUpdatedDate: Date
Property Value
Date
outcome
Outcome of sub result.
outcome: string
Property Value
string
parentId
Immediate parent ID of sub result.
parentId: number
Property Value
number
resultGroupType
Hierarchy type of the result, default value of None means its leaf node.
resultGroupType: ResultGroupType
Property Value
sequenceId
Index number of sub result.
sequenceId: number
Property Value
number
stackTrace
Stacktrace.
stackTrace: string
Property Value
string
startedDate
Time when test execution started(UTC).
startedDate: Date
Property Value
Date
subResults
List of sub results inside a sub result, if ResultGroupType is not None, it holds corresponding type sub results.
subResults: TestSubResult[]
Property Value
testResult
Reference to test result.
testResult: TestCaseResultIdentifier
Property Value
url
Url of sub result.
url: string
Property Value
string