-
Have you consider to support Gherkin language directly, similar to what https://github.com/behave/behave is doing for python? The idea to separate a "test" language from an implementation (C++/python/…
-
## Summary
Gherkin already provides a process to parse feature files from the commandline as well as parsing "in code". This still needs adaption when used, e.g. in an IDE. For some time now there …
-
Need to support the large body of text (doc strings) instead of a table as an argument to statement.
For example:
```gherkin
Given I have entered the following text into the comments field:
…
-
https://github.com/cucumber/cucumber/wiki/Gherkin
-
The syntax using `|` delimiters and `
-
Feature files describe their language; return that in an HTTP header.
(other supported content types may also have a way to specify the language in the body.)
-
Use https://github.com/sheerun/rspec-gherkin for implementation.
```
Directory testcases/my-testcase/
spec.feature
spec.rb
spec.yml
```
This can be used to write testcases more readable to use…
-
**Describe the bug**
When trying to parse the ".feature" file using GherkinParse, I receive the error in the console.
```
[ ERROR ] Importing parser 'GherkinParser' failed: TypeError: 'ABCMeta' o…
-
Cucumber repo has an example with an unknown language, which should cause a parse error. We default back to `en` I believe
-
Hi!
I just noticed that the filters (`Behat\Gherkin\Filter\RoleFilter` for example) has the `as an` string hardcoded. This makes it imposible to use some role-based features in other languages.
Up…