assert

Asserts that the expectation is true using vision.

ArgumentTypeDescription

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

command: assert
expect: the video is playing

Last updated