Parsing error when starting a scenario with an And #291
Labels
enhancement
Improvement of existing features or bugfix
k::design
Related to overall design and/or architecture
in the openCypher TCK there exists a feature which contains scenarios that start with
And
steps. TheseAnd
steps follow theBackground
Given
to provide more complete scenarios.AFAICT, the Gherkin reference doesn't say
And
steps must succeed aGiven
,When
, orThen
step, but cucumber-rs throws parsing errors when this happens. Perhaps to remediate this, cucumber-rs should allow forAnd
steps at the beginning of aScenario
which are implied to extend theBackground
steps?The text was updated successfully, but these errors were encountered: