robotframework-gherkin-parser icon indicating copy to clipboard operation
robotframework-gherkin-parser copied to clipboard

RobotFramework GherkinParser

Results 10 robotframework-gherkin-parser issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Word in description of feature is colored purple like "feature" It is in principal a minor issue, but maybe it has also some other influences for the...

bug

**Describe the bug** Scenario Documentation with not replaced by examples. **To Reproduce** Steps to reproduce the behavior: 1. Edit documentation.feature line 11 and replace with with 2. launch the test...

bug

**Describe the bug** I am trying to use gherkin parser. I observed that when i define Suite Teardown/Test Teardown, it calls setup method instead. **To Reproduce** Steps to reproduce the...

bug

**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' object...

bug

**Please describe.** Hi Daniel, we would like to use your gherkin-parser in our projects. We have some issues with the parser and see that they are solved in the pull...

question

**Please describe.** Hi Daniel, thx for you parser, I saw your video on youtube "A story of sir Robot Framework and Lady Gherkin (Cucumber)". When I run the test I...

question

How would we store and distribute the keywords defined in Gherkin to give our users a good overview. Is this even necessary if the VS-code plugin is used with the...

question

**Is your enhancement request related to a problem? Please describe.** As requested on RoboCon2024 - I am not a designer either, but just playing with some ideas. **Describe the solution...

enhancement

**Problem** When clicked on Gherkin steps, IDE does not forward us to the related method/code unlike Cucumber. **Suggested Solution** Clicking on Gherkin steps user is forwarded to related code in...

enhancement

Fix for issue #5 from appaji2020. PR created based on fix written in issue comment by psa-jbeaumont. Credits for psa-jbeaumont.