Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TestActionResultModel

Represents a test step result.

Hierarchy

Index

Properties

Optional comment

comment: string

Comment in result.

Optional completedDate

completedDate: Date

Time when execution completed.

Optional durationInMs

durationInMs: number

Duration of execution.

Optional errorMessage

errorMessage: string

Error message in result.

Optional outcome

outcome: string

Test outcome of result.

Optional startedDate

startedDate: Date

Time when execution started.

Generated using TypeDoc