Package-level declarations
Types
Link copied to clipboard
object ExecutionIdGenerator
Link copied to clipboard
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
Link copied to clipboard
interface ReportProperty
Link copied to clipboard
The different status of every report
Link copied to clipboard
data class StageAttachment(val description: String, val path: String, val mimeType: String, val keepOnSuccess: Boolean)
An attachment linked to a given stage
Link copied to clipboard
The building block of all test reports
Link copied to clipboard
Holds the current state of the stage execution.
Link copied to clipboard
Link copied to clipboard
data class TestReportConfig(val id: String?, val title: String?, val links: List<String>, val description: String?)
The configuration built from the TestReport annotation