Package-level declarations

Types

Link copied to clipboard
data class RecordingOptions(val enabled: Boolean = true, val bitrate: Int, val scale: Float = 0.75f, val keepOnSuccess: Boolean = false, val startDelay: Long = 500, val stopDelay: Long = 1000, val continueDelay: Long = 250, val orientation: RecordingOrientation = RecordingOrientation.NATURAL)

See more information here

Link copied to clipboard

The orientation of the screen recording

Link copied to clipboard
data class ReportRecording(val absoluteFilePath: String, val relativeFilePath: String, val filename: String, val tmpFile: File)

A recording taken during a test report

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class TestRecording(val enabled: Boolean = true, val bitrate: Int, val scale: Float = 0.75f, val keepOnSuccess: Boolean = false, val startDelay: Long = 500, val stopDelay: Long = 1000, val continueDelay: Long = 250, val orientation: RecordingOrientation = RecordingOrientation.NATURAL)

Signals a test to be screen recorded