Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 360 Bytes

continuous-mode.md

File metadata and controls

9 lines (6 loc) · 360 Bytes

Continuous Mode

This command starts a test in a continuous mode. That is, test will be automatically restarted whenever you make a change to the test file. This is particularly convenient when writing a new test from ground up:

maestro test -c flow.yaml

Check out the Reference section of the docs to learn about all the commands you can execute.