bencompton / jest-cucumber

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

Running script using tags #176

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 run a specific scenario using npm run/package.json

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

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.