TestResultModelBase interface
Özellikler
comment | Sonuç olarak açıklama. |
completed |
Yürütmenin tamamlanma zamanı (UTC). |
duration |
Yürütme süresi. |
error |
Sonuç olarak hata iletisi. |
outcome | Sonucun sonucunu test edin. |
started |
Yürütmenin başladığı zaman (UTC). |
Özellik Ayrıntıları
comment
Sonuç olarak açıklama.
comment: string
Özellik Değeri
string
completedDate
Yürütmenin tamamlanma zamanı (UTC).
completedDate: Date
Özellik Değeri
Date
durationInMs
Yürütme süresi.
durationInMs: number
Özellik Değeri
number
errorMessage
Sonuç olarak hata iletisi.
errorMessage: string
Özellik Değeri
string
outcome
Sonucun sonucunu test edin.
outcome: string
Özellik Değeri
string
startedDate
Yürütmenin başladığı zaman (UTC).
startedDate: Date
Özellik Değeri
Date