Sha256: f64a3be1fe180289963b9aed15b6914e32283555815c97b4a954097a00861882

Contents?: true

Size: 525 Bytes

Versions: 14

Compression:

Stored size: 525 Bytes

Contents

Feature: Hooks
  Hooks are special steps that run before or after each scenario's steps.
  They can also conditionally target specific scenarios, using tag expressions

  Scenario: no tags, passed step
    When a step passes

  Scenario: no tags, failed step
    When a step throws an exception

  Scenario: no tags, undefined step
    When a step throws an exception

  @some-tag
  Scenario: with a tag, passed step
    When a step passes

  @with-attachment
  Scenario: with an attachment in the hook
    When a step passes

Version data entries

14 entries across 14 versions & 1 rubygems

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