TestReportConfig

data class TestReportConfig(val id: String?, val title: String?, val links: List<String>, val description: String?)

The configuration built from the TestReport annotation

This will be used to fill the report with extra properties

Constructors

Link copied to clipboard
constructor(id: String?, title: String?, links: List<String>, description: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val id: String?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun applyTo(report: StageReport)