次の方法で共有


TestResultModelBase interface

プロパティ

comment

結果にコメントを付けます。

completedDate

実行が完了した時刻 (UTC)。

durationInMs

実行時間。

errorMessage

結果のエラー メッセージ。

outcome

結果のテスト結果。

startedDate

実行が開始された時刻 (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