AbstractInstrumentedReportRule
abstract class AbstractInstrumentedReportRule<T : InstrumentedTestReport>(reporter: InstrumentedReporter, recordingOptions: RecordingOptions, screenshotOptions: ScreenshotOptions) : TestWatcher
The basic report structure.
Default implementation is InstrumentedReportRule.
You can extend this class directly to create your own scopes, by returning your own test report class in createTest
Inheritors
Constructors
Link copied to clipboard
constructor(reporter: InstrumentedReporter, recordingOptions: RecordingOptions, screenshotOptions: ScreenshotOptions)