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