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 |
属性详细信息
endTimeUTC
TestResultsSession 结束时间
endTimeUTC: Date
属性值
Date
id
TestResultsSession 的 ID
id: number
属性值
number
layout
TestResultsSession 布局
layout: any[]
属性值
any[]
name
TestResultsSession 名称
name: string
属性值
string
result
sessionSourcePipeline
source
startTimeUTC
TestResultsSession 开始时间
startTimeUTC: Date
属性值
Date
state
testRuns
测试运行 ID 列表
testRuns: number[]
属性值
number[]
timeline
type
TestResultsSession 类型
type: string
属性值
string
uid
TestResultsSession Uid
uid: string
属性值
string