For bug reports and questions, please use the in-app chat or support@mabl.com.
As a QA I would like to know how many test executions are going to be run before executing them.
In the mabl API you have a preview=true option for deployments: https://api.mabl.com/events/deployment?preview=true
The response of the above request would show which plans would be executed. It would be great to be able to use a similar version of this in the mabl-cli
"mabl tests run --dry-run --from-plan-id 31231231"
And the response could possibly return the amount of test executions that would be run.