TestSubResult interface

Represents a sub result of a test result.

Properties

comment

Comment in sub result.

completedDate

Time when test execution completed(UTC).

computerName

Machine where test executed.

configuration

Reference to test configuration.

customFields

Additional properties of sub result.

displayName

Name of sub result.

durationInMs

Duration of test execution.

errorMessage

Error message in sub result.

id

ID of sub result.

lastUpdatedDate

Time when result last updated(UTC).

outcome

Outcome of sub result.

parentId

Immediate parent ID of sub result.

resultGroupType

Hierarchy type of the result, default value of None means its leaf node.

sequenceId

Index number of sub result.

stackTrace

Stacktrace.

startedDate

Time when test execution started(UTC).

subResults

List of sub results inside a sub result, if ResultGroupType is not None, it holds corresponding type sub results.

testResult

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

Reference to test configuration.

configuration: ShallowReference

Property Value

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