github.com/lonnblad/godog@v0.7.14-0.20200306004719-1b0cb3259847/formatter-tests/features/with_few_empty_scenarios.feature (about)

     1  Feature: few empty scenarios
     2  
     3    Scenario: one
     4  
     5    Scenario Outline: two
     6  
     7      Examples: first group
     8        | one | two |
     9        | 1   | 2   |
    10        | 4   | 7   |
    11  
    12      Examples: second group
    13        | one | two |
    14        | 5   | 9   |
    15  
    16    Scenario: three