added
Run multiple headless tests with the mabl CLI
over 5 years ago by Michael Bartucca
You can now use test labels to launch multiple test runs locally in headless mode from the mabl CLI. The --labels
flag can be used with the mabl tests run-alpha
command to select a set of tests and run them sequentially. You may also use --exclude-labels
and --branch-changes-only
similar to label options found on the run-cloud command.
# Run all tests labeled 'feature-x' OR 'feature-y'
mabl tests run-alpha --labels feature-x feature-y --headless
Headless testing
More info on the mabl-cli and headless testing can be found here