forked from Klaveness-Digital/cypress-cucumber-preprocessor
-
-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Labels
Description
A Before hook can, in cucumber-js, return "skipped" to skip a test. This can be done conditionally. This remains to be implemented here.
Question:
- Does this work with
Afterhooks as well? - Does returning
"pending"work similarly?
Relates to #1157