-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Adding gherkin parser and examples #4564
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
base: master
Are you sure you want to change the base?
Conversation
1. Please add a desc.xml and a pom.xml, and update root pom.xml.These two files describe how to test the grammar. Here's what I suggest: For desc.xml
For pom.xml
You will need to change the root pom.xml: You will need to add an entry Line 182 in cd8affd
2. Please rename
|
I added the pom.xml and desc.xml file. I also renamed the directory to "gherkin" and added the I was able to run
|
There are test failures for the C++ target. The errors appear to be due to characters with diacritics or emojis. I'm not sure how the tests are being run, but can I get a confirmation on whether or not the C++ tests support UTF-8? Given the tests pass in all other targets I suspect that the issue lies with the C++ tests. If we can't fix it from the C++ side, the "solution" would be to remove the feature files that are in non-English locales. I can do this but it wouldn't be my first choice. |
I'm not sure why the |
Providing a parser, examples and documentation for a gherkin parser originally created in a separate project, but suitable for general use.