TestIterationDetailsModel interface
表示测试迭代结果。
属性
| action |
测试步骤会导致迭代。 |
| attachments | 对测试迭代结果中的附件的引用。 |
| comment | 测试迭代结果中的注释。 |
| completed |
执行完成的时间(UTC)。 |
| duration |
执行持续时间。 |
| error |
测试迭代结果执行中的错误消息。 |
| id | 测试迭代结果的 ID。 |
| outcome | 如果测试迭代结果,则测试结果。 |
| parameters | 在迭代中测试参数。 |
| started |
执行开始的时间(UTC)。 |
| url | 测试迭代结果的 URL。 |
属性详细信息
actionResults
attachments
comment
测试迭代结果中的注释。
comment: string
属性值
string
completedDate
执行完成的时间(UTC)。
completedDate: Date
属性值
Date
durationInMs
执行持续时间。
durationInMs: number
属性值
number
errorMessage
测试迭代结果执行中的错误消息。
errorMessage: string
属性值
string
id
测试迭代结果的 ID。
id: number
属性值
number
outcome
如果测试迭代结果,则测试结果。
outcome: string
属性值
string
parameters
startedDate
执行开始的时间(UTC)。
startedDate: Date
属性值
Date
url
测试迭代结果的 URL。
url: string
属性值
string