ExecutionMetadata

data class ExecutionMetadata(val uniqueId: String, val failureCause: Throwable?, val status: ReportStatus, val startTime: Long, val endTime: Long)

Metadata for the execution for a test, step or scenario

Parameters

uniqueId

the unique identifier for the stage. It changes across different executions

failureCause

if the stage failed, this contains the error thrown

status

the execution status of this stage

startTime

indicates when this stage started its execution

endTime

indicates when this stage stopped its execution

Constructors

Link copied to clipboard
constructor(uniqueId: String, failureCause: Throwable?, status: ReportStatus, startTime: Long, endTime: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard