TestResultModelBase interface
Properties
comment | Comment in result. |
completed |
Time when execution completed(UTC). |
duration |
Duration of execution. |
error |
Error message in result. |
outcome | Test outcome of result. |
started |
Time when execution started(UTC). |
Property Details
comment
Comment in result.
comment: string
Property Value
string
completedDate
Time when execution completed(UTC).
completedDate: Date
Property Value
Date
durationInMs
Duration of execution.
durationInMs: number
Property Value
number
errorMessage
Error message in result.
errorMessage: string
Property Value
string
outcome
Test outcome of result.
outcome: string
Property Value
string
startedDate
Time when execution started(UTC).
startedDate: Date
Property Value
Date