CustomTestRunData interface
This data model is used in AllTestRunsViewDataProvider and provides Test Run Data
Properties
build |
Build Number. |
completed |
Completed 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 |
started |
Start date time of the run. |
state | The state of the run. Type TestRunState Valid states - Unspecified ,NotStarted, InProgress, Completed, Waiting, Aborted, NeedsInvestigation |
Property Details
buildNumber
Build Number.
buildNumber: string
Property Value
string
completedDate
Completed date time of the run.
completedDate: string
Property Value
string
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
startedDate
Start date time of the run.
startedDate: 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