TestReport

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class TestReport(val id: String = "", val title: String = "", val description: String = "", val links: Array<String> = [])

Decorates the test reports with extra information

Properties

Link copied to clipboard

A human-readable description of the test

Link copied to clipboard
val id: String

A persistent identifier for a test. Used to track progress of different executions Passing empty won't have effect

Link copied to clipboard

A collection of links relevant for the report

Link copied to clipboard

A human-readable title of the test