mabl cli run Plan sequentially by Environment instead of by Test
If PlanA has Env1 and Env2 associated with it, it would be ideal if the PlanA ran all tests in Env1 first, completed, then re-ran all tests for Env2. This would avoid any variable overwriting that is currently happening due to PlanA running Test1 ...