Hi GrowthBook team,
I have a small feature request that would significantly improve our development workflow.
We currently use three environments. We start developing tests in dev, run QA in staging, and finally launch experiments in production. At the moment, it’s quite tedious to ensure that a test is running only in the intended environments, especially when multiple feature flags are involved. To move a test between environments, we need to manually disable/enable the test rules one by one.
It would be extremely helpful to have a single toggle in the test configuration to control in which environments the test is active. This would simplify moving a test through the dev → staging → production pipeline.
As an alternative, if GrowthBook DevTools allowed activating tests that are still in draft (not running yet), we could run QA without having to start the test prematurely. That way, we could validate everything in staging before officially launching in production.
Thanks for considering this request!