TestResultsSession interface
TestResultSession 是較高層級的容器,可藉由封裝多個 TestRun 物件來取得測試結果
end |
TestResultsSession 結束時間 |
id | TestResultsSession 的標識符 |
layout | TestResultsSession 配置 |
name | TestResultsSession 名稱 |
result | TestResultsSession 結果 |
session |
TestResultsSession 來源管線詳細數據 |
source | TestResultsSession 來源 |
start |
TestResultsSession 開始時間 |
state | TestResultsSession 狀態 |
test |
測試回合識別碼清單 |
timeline | TestResultsSession 時間軸 “type” 屬性的有效值 = (Queued、Completed、Started) |
type | TestResultsSession 類型 |
uid | TestResultsSession Uid |
TestResultsSession 結束時間
endTimeUTC: Date
屬性值
Date
TestResultsSession 的標識符
id: number
屬性值
number
TestResultsSession 配置
layout: any[]
屬性值
any[]
TestResultsSession 名稱
name: string
屬性值
string
TestResultsSession 開始時間
startTimeUTC: Date
屬性值
Date
測試回合識別碼清單
testRuns: number[]
屬性值
number[]
TestResultsSession 時間軸 “type” 屬性的有效值 = (Queued、Completed、Started)
timeline: Timeline[]
屬性值
Timeline[]
TestResultsSession 類型
type: string
屬性值
string
TestResultsSession Uid
uid: string
屬性值
string