Assert
The “assert” step tests a regular expression against a result or argument. If this succeeds, nothing happens and execution continues. On failure, a custom error message is output. Assert is useful for more detailed logging/debugging and combines with retry as an alt step to loop until a result or argument matches a desired pattern.
