CustomTestRunData interface

此数据模型用于 TestRunsListDataProvider,并提供测试运行数据

属性

buildId

生成 ID。

buildName

构建名称。

completedDate

已完成的运行日期时间。

createdDate

运行的创建日期时间。

durationInMs

运行执行的持续时间(以毫秒为单位)

failedTestsCount

No. 运行中测试失败的

id

测试运行的 ID。

name

测试运行的名称。

passRate

运行传递率

pipelineRunId

执行测试运行的管道运行 ID。 它可以是构建或发布。

pipelineRunName

执行测试运行的管道运行名称。 它可以是构建或发布。

releaseId

执行测试运行的发布 ID。

releaseUri

执行测试运行的发布名称。

state

运行的状态。 类型 TestRunState 有效状态 - 未指定、NotStarted、InProgress、Completed、Waiting、Aborted、NeedsInvestigation

testPlanId

与此测试运行关联的测试计划的 ID。

testPlanName

与此测试运行关联的测试计划的名称。

属性详细信息

buildId

生成 ID。

buildId: number

属性值

number

buildName

构建名称。

buildName: string

属性值

string

completedDate

已完成的运行日期时间。

completedDate: Date

属性值

Date

createdDate

运行的创建日期时间。

createdDate: Date

属性值

Date

durationInMs

运行执行的持续时间(以毫秒为单位)

durationInMs: number

属性值

number

failedTestsCount

No. 运行中测试失败的

failedTestsCount: number

属性值

number

id

测试运行的 ID。

id: number

属性值

number

name

测试运行的名称。

name: string

属性值

string

passRate

运行传递率

passRate: string

属性值

string

pipelineRunId

执行测试运行的管道运行 ID。 它可以是构建或发布。

pipelineRunId: string

属性值

string

pipelineRunName

执行测试运行的管道运行名称。 它可以是构建或发布。

pipelineRunName: string

属性值

string

releaseId

执行测试运行的发布 ID。

releaseId: number

属性值

number

releaseUri

执行测试运行的发布名称。

releaseUri: string

属性值

string

state

运行的状态。 类型 TestRunState 有效状态 - 未指定、NotStarted、InProgress、Completed、Waiting、Aborted、NeedsInvestigation

state: string

属性值

string

testPlanId

与此测试运行关联的测试计划的 ID。

testPlanId: number

属性值

number

testPlanName

与此测试运行关联的测试计划的名称。

testPlanName: string

属性值

string