badeball / cypress-cucumber-preprocessor

Run cucumber/gherkin-syntaxed specs with Cypress
MIT License
1.31k stars 144 forks source link

Skipped / pending scenario hooks #1159

Closed badeball closed 4 months ago

badeball commented 4 months ago

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:

Relates to https://github.com/badeball/cypress-cucumber-preprocessor/discussions/1157