cucumber-eclipse
cucumber-eclipse copied to clipboard
Gherkin syntax error when using multiple rules in a feature
👓 What did you see?
A syntax error where using more than one rule in a feature.
✅ What did you expect to see?
No syntax error since this should be valid syntax.
📦 Which tool/library version are you using?
Cucumber Eclipse Plugin 1.0.0.202106240526
🔬 How could we reproduce it?
Create a feature with multiple rules and scenarios. This isn't an issue if the Example keyword is used instead of Scenario.