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

"required-tags" and "no-homogenous-tags" enabled in a feature file with just one scenario does not have solution #257

Open
ECH17 opened this issue Jul 26, 2021 · 0 comments

Comments

@ECH17
Copy link

ECH17 commented Jul 26, 2021

Scenario Example:

@api
Feature: Some

  Scenario: Some test
    When some step
    Then another step

.gherkin-lintrc.json example:

{
    "no-homogenous-tags": "on",
    "required-tags": ["on", { "tags": ["^@\\d+$"], "ignoreUntagged": false}]
}
@ECH17 ECH17 changed the title "required-tags" and "no-homogenous-tags" enblaed in a feature file with just one scenario does not have solution "required-tags" and "no-homogenous-tags" enabled in a feature file with just one scenario does not have solution Jul 26, 2021
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