ThinkingEngine-net / PickleTestSuite

1 stars 0 forks source link

Multiline feature descriptions not supported #17

Closed ThinkingEngine-net closed 4 years ago

ThinkingEngine-net commented 4 years ago

Behat documentation on Gherkin format suggests after the file's opening Feature: line you can have free text to further describe the tests (https://docs.behat.org/en/v2.5/guides/1.gherkin.html) [b]Feature: Some terse yet descriptive text of what is desired In order to realize a named business value As an explicit system actor I want to gain some beneficial outcome which furthers the goal[/b] If you attempt to do this in Pickle Editor and Execute, it shows error "line does not start with a tag, keyword, comment, or table." Expected - to be able to include these extra comment lines under Feature and before the first Scenario

ThinkingEngine-net commented 4 years ago

Fixed - Bug in the validation. Multiline now supported and does not report and syntax issue. If there is a blank line between multiline comments, it will cause a validation error. Supported for Feature, Scenario and Background

image