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