TestScreenshot

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class TestScreenshot(val scale: Float = 0.5f, val quality: Int = 80, val format: Bitmap.CompressFormat = Bitmap.CompressFormat.JPEG, val keepOnSuccess: Boolean = true)

Overrides the screenshot options for a single test

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val quality: Int = 80
Link copied to clipboard
val scale: Float = 0.5f