TestResultsSession interface
TestResultSession は、複数の TestRun オブジェクトをカプセル化することで、テスト結果の上位レベルのコンテナーです
プロパティ
| end |
TestResultsセッションの終了時刻 |
| id | TestResultsSession の ID |
| layout | TestResultsSession レイアウト |
| name | TestResultsSession 名 |
| result | TestResultsSession の結果 |
| session |
TestResultsSession ソースパイプラインの詳細 |
| source | TestResultsSession ソース |
| start |
TestResultsセッション開始時刻 |
| state | TestResultsSession 状態 |
| test |
テスト実行 ID のリスト |
| timeline | TestResultsSession タイムライン "type" プロパティの有効な値 = (Queued、Completed、Started) |
| type | TestResultsSession 型 |
| uid | TestResultsセッション uid |
プロパティの詳細
endTimeUTC
TestResultsセッションの終了時刻
endTimeUTC: Date
プロパティ値
Date
id
TestResultsSession の ID
id: number
プロパティ値
number
layout
TestResultsSession レイアウト
layout: any[]
プロパティ値
any[]
name
TestResultsSession 名
name: string
プロパティ値
string
result
sessionSourcePipeline
TestResultsSession ソースパイプラインの詳細
sessionSourcePipeline: SessionSourcePipeline
プロパティ値
source
startTimeUTC
TestResultsセッション開始時刻
startTimeUTC: Date
プロパティ値
Date
state
testRuns
テスト実行 ID のリスト
testRuns: number[]
プロパティ値
number[]
timeline
TestResultsSession タイムライン "type" プロパティの有効な値 = (Queued、Completed、Started)
timeline: Timeline[]
プロパティ値
Timeline[]
type
TestResultsSession 型
type: string
プロパティ値
string
uid
TestResultsセッション uid
uid: string
プロパティ値
string