Edit

Share via


CustomTestRunData interface

This data model is used in TestRunsListDataProvider and provides Test Run Data

Properties

buildId

Build Id.

buildName

Build Name.

completedDate

Completed date time of the run.

createdDate

Created date time of the run.

durationInMs

Duration of the run execution in milliseconds

failedTestsCount

No. of tests failed in the run

id

ID of the Test run.

name

Name of the Test run.

passRate

Pass rate of the run

pipelineRunId

Pipeline run Id where test run is executed. It can either be a build or a release.

pipelineRunName

Pipeline run name where test run is executed. It can either be a build or a release.

releaseId

Release Id where test run is executed.

releaseUri

Release Name where test run is executed.

state

The state of the run. Type TestRunState Valid states - Unspecified ,NotStarted, InProgress, Completed, Waiting, Aborted, NeedsInvestigation

testPlanId

Id of the Test plan associated with this Test run.

testPlanName

Name of the Test plan associated with this Test run.

Property Details

buildId

Build Id.

buildId: number

Property Value

number

buildName

Build Name.

buildName: string

Property Value

string

completedDate

Completed date time of the run.

completedDate: Date

Property Value

Date

createdDate

Created date time of the run.

createdDate: Date

Property Value

Date

durationInMs

Duration of the run execution in milliseconds

durationInMs: number

Property Value

number

failedTestsCount

No. of tests failed in the run

failedTestsCount: number

Property Value

number

id

ID of the Test run.

id: number

Property Value

number

name

Name of the Test run.

name: string

Property Value

string

passRate

Pass rate of the run

passRate: string

Property Value

string

pipelineRunId

Pipeline run Id where test run is executed. It can either be a build or a release.

pipelineRunId: string

Property Value

string

pipelineRunName

Pipeline run name where test run is executed. It can either be a build or a release.

pipelineRunName: string

Property Value

string

releaseId

Release Id where test run is executed.

releaseId: number

Property Value

number

releaseUri

Release Name where test run is executed.

releaseUri: string

Property Value

string

state

The state of the run. Type TestRunState Valid states - Unspecified ,NotStarted, InProgress, Completed, Waiting, Aborted, NeedsInvestigation

state: string

Property Value

string

testPlanId

Id of the Test plan associated with this Test run.

testPlanId: number

Property Value

number

testPlanName

Name of the Test plan associated with this Test run.

testPlanName: string

Property Value

string