assert
Asserts that the expectation is true using vision.
Argument
Type
Description
expect
string
The condition to check. This should be a string that describes what you see on the screen.
async
boolean
Should we continue without waiting for assertion to pass? async
assertions will still cause test failures. Default is false
Example Usage
Last updated