CustomTestRunData interface
This data model is used in TestRunsListDataProvider and provides Test Run Data
Properties
| build |
Build Id. |
| build |
Build Name. |
| completed |
Completed date time of the run. |
| created |
Created date time of the run. |
| duration |
Duration of the run execution in milliseconds |
| failed |
No. of tests failed in the run |
| id | ID of the Test run. |
| name | Name of the Test run. |
| pass |
Pass rate of the run |
| pipeline |
Pipeline run Id where test run is executed. It can either be a build or a release. |
| pipeline |
Pipeline run name where test run is executed. It can either be a build or a release. |
| release |
Release Id where test run is executed. |
| release |
Release Name where test run is executed. |
| state | The state of the run. Type TestRunState Valid states - Unspecified ,NotStarted, InProgress, Completed, Waiting, Aborted, NeedsInvestigation |
| test |
Id of the Test plan associated with this Test run. |
| test |
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