You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using node test natively, each test call supports a timeout option in milliseconds. We should make this available to cucumber-node users via an option when declaring a hook or step. It should also ideally have the same signature as in cucumber-js, for continuity.
When using
node testnatively, eachtestcall supports a timeout option in milliseconds. We should make this available to cucumber-node users via an option when declaring a hook or step. It should also ideally have the same signature as in cucumber-js, for continuity.