We currently use
statsig
to manage our feature toggles and it is integrated into our test environment.
If we want to run an automated test with the toggle on, we have to manually validate it's in the correct state.
If we then want to run a test when it's toggled off, we have to do that manually, and then run the test.
It would be nice if there was some integration support for
statsig
to programmatically allow for automation tests to set the desired toggle, execute the test, and return the toggle state.
Created by Manjunatha Reddy
·