jest-cucumber
jest-cucumber copied to clipboard
Possible to specify timeouts with autoBindSteps
We can specify timeouts when running tests / steps not bound to features with autoBindSteps. Is it possible to specify timeouts for steps, features or scenarios when using auto bind? I'd like to avoid setting it globally. Thanks!