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 |
屬性詳細資料
endTimeUTC
TestResultsSession 結束時間
endTimeUTC: Date
屬性值
Date
id
TestResultsSession 的標識符
id: number
屬性值
number
layout
TestResultsSession 配置
layout: any[]
屬性值
any[]
name
TestResultsSession 名稱
name: string
屬性值
string
result
sessionSourcePipeline
source
startTimeUTC
TestResultsSession 開始時間
startTimeUTC: Date
屬性值
Date
state
testRuns
測試回合識別碼清單
testRuns: number[]
屬性值
number[]
timeline
TestResultsSession 時間軸 “type” 屬性的有效值 = (Queued、Completed、Started)
timeline: Timeline[]
屬性值
Timeline[]
type
TestResultsSession 類型
type: string
屬性值
string
uid
TestResultsSession Uid
uid: string
屬性值
string