InstrumentedReporter

Implement this to generate your own test reports, in any format you want. DefaultInstrumentedReporter is the default implementation that is flexible enough to convert to any other format

Inheritors

Functions

Link copied to clipboard
abstract fun getOutputDir(metadata: TestMetadata): String
Link copied to clipboard
abstract fun writeTestReport(testMetadata: TestMetadata, report: StageReport, storageProvider: ReportStorageProvider): Result<Unit>