Sha256: 95eb511072a9a1034ed47c1eec87cdc948dd547e65311b883b8c3c82c7b4ff89

Contents?: true

Size: 429 Bytes

Versions: 5

Compression:

Stored size: 429 Bytes

Contents

Feature: Incomplete scenario outlines

  Background: Adding a background won't make a pickle
    * a step

  Scenario Outline: steps, no examples
    Given a step

  Scenario Outline: no steps, no examples

  Scenario Outline: no steps, no table

    Examples:

  Scenario Outline: no steps, only table header

    Examples:
    | what |

  Scenario Outline: no steps, one example header

    Examples:
    | nope |
    | nada |

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gherkin-5.0.0 testdata/good/incomplete_scenario_outline.feature
gherkin-4.1.3 testdata/good/incomplete_scenario_outline.feature
gherkin-4.1.2 testdata/good/incomplete_scenario_outline.feature
gherkin-4.1.1 testdata/good/incomplete_scenario_outline.feature
gherkin-4.1.0 testdata/good/incomplete_scenario_outline.feature