-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
Add Gherkin Support #491
Add Gherkin Support #491
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@alexeagle I made the changes. Im running the 2 tests that failed locally and im running the suggestions but they are not working. I didnt touch the files so im confused whats going on there |
@ericmcbride yeah the suggested fix command is incorrect, as pointed out in #482 I'll get this green and landed :) |
Added Gherkin (Feature File) support. We currently use
prettier-plugin-gherkin
for linting our feature files, and we use the aspect_rules_lint for everything else. Wanted to add this feature so we don't have to maintain a one off.Changes are visible to end-users: yes/no
Adds a new feature for users to use
prettier-plugin-gherkin
wprettier
to add functionality to formatting feature files.Test plan