| ▲ | willsmith72 2 hours ago | |||||||
Another issue is launching behind feature flags often skips integration/e2e testing, which couldn't possibly test with every combination of every flag. So your release which is "safer" behind a flag is actually untested until it's launched. | ||||||||
| ▲ | locknitpicker an hour ago | parent [-] | |||||||
> So your release which is "safer" behind a flag is actually untested until it's launched. It's only untested if your intention is to not test it. There is nothing preventing you from testing a feature flag in e2e tests. In fact, testing is perhaps the primary reason why user overrides are supported by feature flag systems. | ||||||||
| ||||||||