added
mabl CLI: --from-plan-id flag support for headless runs
over 5 years ago by Michael Bartucca
With the mabl-cli v0.6.52-beta
you can now use the --from-plan-id
flag with the mabl tests run-alpha
command as a way of specifying the grouping of tests to run locally. This flag will use the plan info as a grouping of tests to execute sequentially.
mabl tests run-alpha --from-plan-id <PLAN_ID> --headless
The mabl plans list
command is also now available to help in retrieving plan ids for use with the --from-plan-id
flag.
NOTE: This command uses the plan information as a grouping mechanism only. It is not a plan run and advanced plan configurations (e.g. stages, shared variables) will not be adhered to.