robotframework-gherkin-parser
                                
                                 robotframework-gherkin-parser copied to clipboard
                                
                                    robotframework-gherkin-parser copied to clipboard
                            
                            
                            
                        RobotFramework GherkinParser
**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...
**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...
**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...
**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...
**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...
**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...
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...
**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...
**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...
Fix for issue #5 from appaji2020. PR created based on fix written in issue comment by psa-jbeaumont. Credits for psa-jbeaumont.