badeball / cypress-cucumber-preprocessor

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

Display Tests as 'Pending' in Command Line When Using '@only' or '@skip' Tags #1204

Closed mar1ogz closed 3 months ago

mar1ogz commented 3 months ago

Hello!

Current behavior

Since now we have the opportunity to use the tags @only and @skip to upload tests with the status "Skipped" using cypress-xray-plugin, I would like the tests to be shown as "Skipped" instead of "Pending" in the command line when using those tags.

image

image

Desired behavior

It would be cool to have the tests shown in the section "Skipped" instead to "Pending"

Test code to reproduce

Nothing special to add here :D

Versions

Checklist

badeball commented 3 months ago

No, this is part of Cypress nomenclature outside of my control, EG. discussed https://github.com/cypress-io/cypress/issues/3092.