Feature: few empty scenarios
  Scenario: one # formatter-tests/features/with_few_empty_scenarios.feature:3
  Scenario Outline: two # formatter-tests/features/with_few_empty_scenarios.feature:5
    Examples: first group
      | one | two |
      | 1   | 2   |
      | 4   | 7   |
    Examples: second group
      | one | two |
      | 5   | 9   |
  Scenario: three # formatter-tests/features/with_few_empty_scenarios.feature:16
5 scenarios (5 undefined)
No steps
0s