jest-cucumber
jest-cucumber copied to clipboard
Retry steps
Hi. I've using cucumber-js to test infrastructure after deployment. Most of the scenarios involve eventually-consistent service, so virtually every step has to be attempted multiple times before it is successful.
With cucumber-js, I was able to use setDefinitionFunctionWrapper to implement retry logic on every step without changing step definitions.
I'm wondering if you have plans to support a similar kind of configuration for jest-cucumber or maybe an option to set per-step retry attempts?