bencompton / jest-cucumber

Execute Gherkin scenarios in Jest
Apache License 2.0
662 stars 118 forks source link

How to run with Tags? #161

Closed ThiagoMFerreira closed 7 months ago

ThiagoMFerreira commented 2 years ago

Hello, i want run a specific test using tags and i am not able to do that and not found any documentation explain how to do it.

I have added a tag to my Scenario and tried to run it with npm test --tags @mytag but is running all tests.

tonirecio commented 2 years ago

Try with this:

https://github.com/bencompton/jest-cucumber/blob/master/docs/AdditionalConfiguration.md#tag-filtering

github-actions[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 7 months ago

This issue is closed because there has been no recent activity.