InstrumentedReportRule

constructor(reporter: InstrumentedReporter = DefaultInstrumentedReporter(), recordingOptions: RecordingOptions = RecordingOptions(), screenshotOptions: ScreenshotOptions = ScreenshotOptions(), interceptors: List<CariocaInstrumentedInterceptor> = listOf( LoggerInterceptor(), TakeScreenshotOnFailureInterceptor(), DumpViewHierarchyInterceptor(), ))

Public constructor that uses TestStorageProvider to save the reports