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