Add a way to stop test execution that does not result in error.
I want to stop certain tests from continuing execution based on whether a feature flag is enabled. I can map an API call tog et my feature flags, and I could wrap entire tests into conditionals but I'd prefer to make a call to a step (js, macro, w...