...
- Runs all tests that match the operation property and its value.
tags
- Runs tests saved as "tags."
- One implicit tag name is available - "
last
." It will rerun the last test you ran.
All other tags are named by the user using thetag
command. - Five qualifiers exist. They will filter which tests you want to run.
all
success
fail
error
failError
...