added
Interaction speeds now available in the CLI
about 4 years ago by Christina Black
The mabl CLI allows you to kick off local test runs with significant speed improvements. While this speed increase is usually helpful for receiving rapid feedback on test results, sometimes tests may fail if they do not handle timing gracefully. This could include instances where the page has not loaded or the state of an element has not changed yet.
The page interaction speeds available at the plan and environment level are available as the flag --interaction-speed
on the CLI. This flag will override any settings on the test run or plan run.
--interaction-speed [normal, slow, slower]
The default speed is normal
.
Example command
mabl tests run --run-id 12jk1l4j21u3n2-jr --interaction-speed slow
This will set the page interaction speed to slow
.