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