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