drweb86 / Gherkin-Beautifier-VS-Code-Plugin

Gherkin Beautifier VS-Code Plugin
MIT License
0 stars 0 forks source link

Feature Request: Ability to specify a line break before Examples #6

Closed legendaryleo7 closed 4 years ago

legendaryleo7 commented 4 years ago

Thanks for this plugin! It is amazing!

Is it possible to add a setting to specify the number of lines between the last step and the Examples line? By default it removes the line (or perhaps I just haven't found the setting yet). In my case, the project I'm working on requires a line before Examples, like so:

@myTag
Scenario Outline: My Scenario
    Given a precondition exists
     When an '<action>' occurs
     Then an expected outcome is measured

    Examples: 
    | action   |
    | Action A |
legendaryleo7 commented 4 years ago

Nevermind, I'm silly. The plugin doesn't change the number of lines already there.