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

Allow no-homogeneous-tags to be turned off for feature files with only one scenario #231

Open
aaron-koch-sxm opened this issue Aug 7, 2020 · 0 comments

Comments

@aaron-koch-sxm
Copy link

aaron-koch-sxm commented Aug 7, 2020

In order to integrate Gherkin with other tools, like CI/CD pipelines and documentation tools like JIRA/Testrail, my team wants to add an @uuid tag to each of our test cases. Some of our feature files currently have only a single test case (we have only recently begun to use gherkin). When we add the @uuid tag to the scenario, we violate the no-homogeneous-tags rule, but we don't want to move the @uuid tag to the feature level because the tag is supposed to uniquely identify scenarios, not features. In general we would prefer to keep the no-homogeneous-tags rule active, but we would like to disable it if there is only one scenario in a feature.

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

No branches or pull requests

1 participant