webdriverio-boneyard / wdio-cucumber-framework

A WebdriverIO v4 plugin. Adapter for Cucumber testing framework.
MIT License
77 stars 61 forks source link

Scenario outline is not working after scenario #134

Closed AbinashB closed 6 years ago

AbinashB commented 6 years ago

if a feature file contains Scenario outline first then scenario it is working fine, But reverse one not working.

Working fine: feature: scenario: scenario outline:

Not working: feature: scenario outline: scenario:

logs: ERROR: Parser errors: (9:9): expected: #EOF, #Comment, #BackgroundLine, #TagLine, #ScenarioLine, #ScenarioOutlineLine, #Empty, got "my step"

christian-bromann commented 6 years ago

@AbinashB this is more an issue with cucumber-js. This package doesn't parse the feature file in any way.