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

New rule: no duplicate name #272

Open
josemenveg opened this issue May 25, 2022 · 0 comments
Open

New rule: no duplicate name #272

josemenveg opened this issue May 25, 2022 · 0 comments

Comments

@josemenveg
Copy link
Contributor

I'm working in a project with cypress and cucumber, and I've found an issue that could be solved with this rule.
The problem is when generating the reports (with mochawesomeReporterOptions) save the report of each .feature file in a .json file which name mathches gherkin file.
I have several folders and, when I've two files with the same name in different folders, it seems that the second execution overwrites the first one.
My idea is use gherkin-lint to avoid this checking that the file names are unique.
In two weeks (looking for free time, I think that I can program the rule in one hour) I'm going to create a pull request to include it.
If someone can see another needs for this rule (or another one) tell me and I will include them.

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