bencompton / jest-cucumber

Execute Gherkin scenarios in Jest
Apache License 2.0
657 stars 115 forks source link

Tag filter while running the script #177

Closed vishvan92 closed 5 months ago

vishvan92 commented 1 year ago

Is there a better way to achieve tagFilter in package.json?

I am doing the below in the script. But would like to run a specific scenario using npm run

const feature = loadFeature('./create.feature', { loadRelativePath: true, tagFilter: '@scenario3' } );

vishvan92 commented 9 months ago

Is there active maintenance?

github-actions[bot] commented 6 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 5 months ago

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