Hacker News new | ask | show | jobs
by dogleash 1607 days ago
>I wonder how teams avoid breaking parts sleeping behind feature flags, by the ongoing development of its surroundings.

Just duplicate the testing jobs with the feature flag flipped. Configure new job to turn expected-failure test cases into expected-pass (or whatever analogous way you keep track of it).

1 comments

For my employer we write tests for both sides of the flag.