Standard Web Test Validation Rules Content Args
data class StandardWebTestValidationRulesContentArgs(val contentMatch: Output<String>, val ignoreCase: Output<Boolean>? = null, val passIfTextFound: Output<Boolean>? = null) : ConvertibleToJava<StandardWebTestValidationRulesContentArgs>
Properties
Link copied to clipboard
A string value containing the content to match on.
Link copied to clipboard
Ignore the casing in the content_match
value.
Link copied to clipboard
If the content of content_match
is found, pass the test. If set to false
, the WebTest is failing if the content of content_match
is found.