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