Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sections-separation #13

Open
Nyaran opened this issue Sep 29, 2021 · 0 comments
Open

sections-separation #13

Nyaran opened this issue Sep 29, 2021 · 0 comments
Labels
enhancement New feature or request rules Issue related with rules

Comments

@Nyaran
Copy link
Owner

Nyaran commented Sep 29, 2021

Empty lines to separate sections, for example one empty line between the last step and the example

{"sections-separation": ["on", {"Example": {"before": 1}}]

Invalid

Scenario Outline: Hello world
    Given lorem Ipsum
    When dolor sit
    Then amet <foo>
    Examples:
        | foo |
        | bar |
        | baz |

Valid:

Scenario Outline: Hello world
    Given lorem Ipsum
    When dolor sit
    Then amet <foo>

    Examples:
        | foo |
        | bar |
        | baz |
@Nyaran Nyaran added enhancement New feature or request rules Issue related with rules labels Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rules Issue related with rules
Projects
Development

No branches or pull requests

1 participant