assertions
Deterministic Assertions
Deterministic assertions implement the assert or expect statement of traditional testing frameworks. You can use them to check that the page text, URL, or title matches a certain text.
contains,equals,not-equalsandnot-containscompare the target to a string, and are case-insensitive.matches,not-matchesevaluate a regex against the target.