forked from Klaveness-Digital/cypress-cucumber-preprocessor
-
-
Notifications
You must be signed in to change notification settings - Fork 153
Closed
Labels
Description
Current behavior
As per Smart tagging in: https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/docs/tags.md
Scenario with @skip shows as as Unknown in HTML report.

Command line also shows the scenario as Pending but should be Skipped

Desired behavior
Scenarios with @skip tag should show as Skipped in the HTML report and on command line when tests have run
Test code to reproduce
Run Skipped report as detailed in: https://github.com/ijaved/cypress-cucumber-preprocessor-reporting-example/blob/main/README.md
Versions
- Cypress version: 12.14.0:
- Preprocessor version: 18.0.1:
- Node version: 16.16.0:
Checklist
- I've read the FAQ.
- I've read instructions for logging issues.
- I'm not using
[email protected](package name has changed and it is no longer the most recent version, see #689).