CanaryBaseScreenshot

data class CanaryBaseScreenshot(val ignoreCoordinates: List<String>? = null, val screenshotName: String)

Constructors

Link copied to clipboard
constructor(ignoreCoordinates: List<String>? = null, screenshotName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of coordinates of rectangles to be ignored during visual testing

Link copied to clipboard

Name of the screenshot to be used as base reference for visual testing