Web Test Properties Content Validation Args
data class WebTestPropertiesContentValidationArgs(val contentMatch: Output<String>? = null, val ignoreCase: Output<Boolean>? = null, val passIfTextFound: Output<Boolean>? = null) : ConvertibleToJava<WebTestPropertiesContentValidationArgs>
The collection of content validation properties
Properties
Link copied to clipboard
Content to look for in the return of the WebTest. Must not be null or empty.
Link copied to clipboard
When set, this value makes the ContentMatch validation case insensitive.
Link copied to clipboard
When true, validation will pass if there is a match for the ContentMatch string. If false, validation will fail if there is a match