CanaryBaseScreenshotArgs

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

Constructors

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

Properties

Link copied to clipboard
val ignoreCoordinates: Output<List<String>>? = null

List of coordinates of rectangles to be ignored during visual testing

Link copied to clipboard
val screenshotName: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): CanaryBaseScreenshotArgs