TestResultsSession interface

The TestResultSession is a higher-level container for test results by encapsulating multiple TestRun objects

Properties

endTimeUTC

TestResultsSession end time

id

Id of TestResultsSession

layout

TestResultsSession layout

name

TestResultsSession name

result

TestResultsSession result

sessionSourcePipeline

TestResultsSession source pipeline details

source

TestResultsSession source

startTimeUTC

TestResultsSession start time

state

TestResultsSession state

testRuns

List of test run ids

timeline

TestResultsSession timeline

type

TestResultsSession type

uid

TestResultsSession Uid

Property Details

endTimeUTC

TestResultsSession end time

endTimeUTC: Date

Property Value

Date

id

Id of TestResultsSession

id: number

Property Value

number

layout

TestResultsSession layout

layout: any[]

Property Value

any[]

name

TestResultsSession name

name: string

Property Value

string

result

TestResultsSession result

result: SessionResult

Property Value

sessionSourcePipeline

TestResultsSession source pipeline details

sessionSourcePipeline: SessionSourcePipeline

Property Value

source

TestResultsSession source

source: Source

Property Value

startTimeUTC

TestResultsSession start time

startTimeUTC: Date

Property Value

Date

state

TestResultsSession state

state: TestResultsSessionState

Property Value

testRuns

List of test run ids

testRuns: number[]

Property Value

number[]

timeline

TestResultsSession timeline

timeline: Timeline<SessionTimelineType>[]

Property Value

type

TestResultsSession type

type: string

Property Value

string

uid

TestResultsSession Uid

uid: string

Property Value

string