共用方式為


CustomTestRunData interface

此數據模型用於 AllTestRunsViewDataProvider,並提供測試回合數據

屬性

buildId

組建識別碼。

buildName

組建名稱。

completedDate

執行完成的日期時間。

durationInMs

以毫秒為單位的執行持續時間

failedTestsCount

No. 執行中測試失敗的

id

測試運行的ID。

name

測試運行的名稱。

passRate

回合的傳遞率

pipelineRunId

執行測試回合的管線執行識別碼。 它可以是組建或發行。

pipelineRunName

執行測試回合的管線執行名稱。 它可以是組建或發行。

releaseId

執行測試執行的發行標識碼。

releaseUri

執行測試執行的發行名稱。

startedDate

執行的開始日期時間。

state

執行的狀態。 類型 TestRunState 有效狀態 - 未指定、NotStarted、InProgress、Completed、Waiting、Aborted、NeedsInvestigation

testPlanId

與此測試運行關聯的測試計劃的ID。

testPlanName

與此測試運行關聯的測試計劃的名稱。

屬性詳細資料

buildId

組建識別碼。

buildId: number

屬性值

number

buildName

組建名稱。

buildName: string

屬性值

string

completedDate

執行完成的日期時間。

completedDate: string

屬性值

string

durationInMs

以毫秒為單位的執行持續時間

durationInMs: number

屬性值

number

failedTestsCount

No. 執行中測試失敗的

failedTestsCount: number

屬性值

number

id

測試運行的ID。

id: number

屬性值

number

name

測試運行的名稱。

name: string

屬性值

string

passRate

回合的傳遞率

passRate: string

屬性值

string

pipelineRunId

執行測試回合的管線執行識別碼。 它可以是組建或發行。

pipelineRunId: string

屬性值

string

pipelineRunName

執行測試回合的管線執行名稱。 它可以是組建或發行。

pipelineRunName: string

屬性值

string

releaseId

執行測試執行的發行標識碼。

releaseId: number

屬性值

number

releaseUri

執行測試執行的發行名稱。

releaseUri: string

屬性值

string

startedDate

執行的開始日期時間。

startedDate: string

屬性值

string

state

執行的狀態。 類型 TestRunState 有效狀態 - 未指定、NotStarted、InProgress、Completed、Waiting、Aborted、NeedsInvestigation

state: string

屬性值

string

testPlanId

與此測試運行關聯的測試計劃的ID。

testPlanId: number

屬性值

number

testPlanName

與此測試運行關聯的測試計劃的名稱。

testPlanName: string

屬性值

string