TestIterationDetailsModel interface
表示測試反復專案結果。
屬性
action |
測試步驟會產生反復專案。 |
attachments | 測試反復專案結果中附件的參考。 |
comment | 測試反復專案結果中的批註。 |
completed |
執行完成的時間 (UTC) 。 |
duration |
執行持續時間。 |
error |
測試反復專案結果執行中的錯誤訊息。 |
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: number
屬性值
number
outcome
如果測試反復專案結果,則為測試結果。
outcome: string
屬性值
string
parameters
startedDate
執行開始的時間 (UTC) 。
startedDate: Date
屬性值
Date
url
測試反復專案結果的 URL。
url: string
屬性值
string