TestIterationDetailsModel interface
テストイテレーションの結果を表します。
プロパティ
action |
テスト ステップの結果、イテレーションが発生します。 |
attachments | テストイテレーション結果の添付ファイルへの参照。 |
comment | テストイテレーションの結果にコメントを付けます。 |
completed |
実行が完了した時刻 (UTC)。 |
duration |
実行時間。 |
error |
テスト イテレーションの結果の実行中のエラー メッセージ。 |
id | テストイテレーションの結果の ID。 |
outcome | テストイテレーションの結果の場合のテスト結果。 |
parameters | イテレーション内のパラメーターをテストします。 |
started |
実行が開始された時刻 (UTC)。 |
url | 反復結果をテストする URL。 |
プロパティの詳細
actionResults
attachments
テストイテレーション結果の添付ファイルへの参照。
attachments: TestCaseResultAttachmentModel[]
プロパティ値
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