InstrumentedReporter
interface 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
Link copied to clipboard
abstract fun writeTestReport(testMetadata: TestMetadata, report: StageReport, storageProvider: ReportStorageProvider): Result<Unit>