Open
Description
Checking the parsing examples from Gherkin, the following fail due to issues with scenario outlines:
descriptions.feature - the description on the final Example causes a parse error[moved to Examples description not supported #154]- incomplete_scenario_outline (and
readme_example
,scenario_outlines_with_tags
,several_examples
,tags
) - scenario outlines without an Example are not allowed by our parser but are just ignored by cucumber - scenario_outline - Looks like Scenario keyword can be used for outlines now?