-
-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTML report shows as Unknown for a scenario using @skip tag #1041
Comments
No, this is part of Cypress nomenclature outside of my control, EG. discussed here. As far as the HTML report go - you're right, skipping isn't handled gracefully in terms of reporting. This includes returning For future reference, skipping steps in cucumber-js is partially described here and then there's some undescribed functionality. |
This will likely depend on the existence of a I've tried to inquiry about its status, but given my history with Cypress so far, I assume it's never going to happen. |
This can be tracked here. |
I found away around the above-mentioned proposal and I've fixed this issue with v20.1.0. |
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 beSkipped
Desired behavior
Scenarios with
@skip
tag should show asSkipped
in the HTML report and on command line when tests have runTest code to reproduce
Run Skipped report as detailed in: https://github.com/ijaved/cypress-cucumber-preprocessor-reporting-example/blob/main/README.md
Versions
Checklist
[email protected]
(package name has changed and it is no longer the most recent version, see #689).The text was updated successfully, but these errors were encountered: