assert
Asserts that the expectation is true using vision.
Last updated
Asserts that the expectation is true using vision.
Last updated
Argument | Type | Description |
---|---|---|
Example Usage
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