TestResultModelBase interface
属性
| comment | 结果中的注释。 |
| completed |
执行完成的时间(UTC)。 |
| duration |
执行持续时间。 |
| error |
结果中的错误消息。 |
| outcome | 结果的测试结果。 |
| started |
执行开始的时间(UTC)。 |
属性详细信息
comment
结果中的注释。
comment: string
属性值
string
completedDate
执行完成的时间(UTC)。
completedDate: Date
属性值
Date
durationInMs
执行持续时间。
durationInMs: number
属性值
number
errorMessage
结果中的错误消息。
errorMessage: string
属性值
string
outcome
结果的测试结果。
outcome: string
属性值
string
startedDate
执行开始的时间(UTC)。
startedDate: Date
属性值
Date