Package-level declarations

Types

Link copied to clipboard
abstract class AbstractInstrumentedReportRule<T : InstrumentedTestReport>(reporter: InstrumentedReporter, recordingOptions: RecordingOptions, screenshotOptions: ScreenshotOptions) : TestWatcher

The basic report structure.

Link copied to clipboard
class CariocaInstrumentedListener : InstrumentationRunListener

Use this if you're interested in recording ignored tests, as there is no other way to do it at the moment

Link copied to clipboard

A template reporter that uses JsonReportWriter to save the reports to the test storage

Link copied to clipboard

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

Link copied to clipboard

A test rule that builds a detailed report for a test, including its steps.