Skip to content
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

Added ability to run tagged cucumber scenarios #203

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

mike182uk
Copy link
Member

@mike182uk mike182uk commented Nov 21, 2024

no refs

This change allows you to run only tagged scenarios when executing cucumber. This is useful when you want to run only a subset of scenarios

yarn test:cucumber '@only'
yarn test:cucumber '@foo and @bar'
yarn test:cucumber '@foo or @bar'

no refs

This change allows you to run only tagged scenarios when executing cucumber. This
is useful when you want to run only a subset of scenarios
@mike182uk mike182uk merged commit f068f0d into main Nov 25, 2024
2 checks passed
@mike182uk mike182uk deleted the cucumber-tags branch November 25, 2024 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants