Sha256: 83f7a4be69ad99639fb89c0602e0a15a97b2acbe36037a58ae6c9a6df360d5e1

Contents?: true

Size: 650 Bytes

Versions: 12

Compression:

Stored size: 650 Bytes

Contents

Feature: Undefined steps

  At runtime, Cucumber may encounter a step in a scenario that it cannot match to a
  step definition. In these cases, the scenario cannot run and so the step status
  will be UNDEFINED, with subsequent steps being skipped and the overall result treated
  as a failure.

  Scenario: Undefined step causes failure
    Given a step that isnt implemented yet

  Scenario: Steps before undefined steps are executed
    Given an implemented step
    When a step that isnt implemented yet

  Scenario: Steps after undefined steps are skipped
    Given a step that isnt implemented yet
    Then a step that we expect to be skipped

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cucumber-compatibility-kit-13.0.0 features/undefined/undefined.feature
cucumber-compatibility-kit-12.0.0 features/undefined/undefined.feature
cucumber-compatibility-kit-11.3.0 features/undefined/undefined.feature
cucumber-compatibility-kit-11.2.0 features/undefined/undefined.feature
cucumber-compatibility-kit-11.0.1 features/undefined/undefined.feature
cucumber-compatibility-kit-11.0.0 features/undefined/undefined.feature
cucumber-compatibility-kit-10.0.0 features/undefined/undefined.feature
cucumber-compatibility-kit-9.2.1 features/undefined/undefined.feature
cucumber-compatibility-kit-9.2.0 features/undefined/undefined.feature
cucumber-compatibility-kit-9.1.2 features/undefined/undefined.feature
cucumber-compatibility-kit-9.1.1 features/undefined/undefined.feature
cucumber-compatibility-kit-9.1.0 features/undefined/undefined.feature