Sha256: c6c765ad378d8ce1995bbeac97c9892d618ca0c6b895497fa70310ef2751bf60

Contents?: true

Size: 509 Bytes

Versions: 227

Compression:

Stored size: 509 Bytes

Contents

@intentional_failure
Feature: Hooks
  In order to integrate with my complex environment
  I need to check scenario status in an After block

  @272_failed 
  Scenario: Failed
    Given I fail
    
  @272_undefined
  Scenario: Undefined
    Given I am undefined

  @272_passed
  Scenario: Passed
    Given I pass
    
  @272_outline
  Scenario Outline: Should work too
    Given <something>
    
    Examples:
      | something      |
      | I fail         |
      | I am undefined |
      | I pass         |

Version data entries

227 entries across 225 versions & 23 rubygems

Version Path
aslakhellesoy-cucumber-0.3.9.1 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.9.2 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.9.3 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.9.4 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.9.5 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.9 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.90 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.92 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.93.1 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.93 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.94.1 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.94 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.95 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.96 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.97 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.98 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.99 examples/tickets/features/272/hooks.feature
dwaite-cucumber-0.3.101 examples/tickets/features/272/hooks.feature
engineyard-cucumber-0.3.101 examples/tickets/features/272/hooks.feature
jwilger-cucumber-0.3.11.200906161550 examples/tickets/features/272/hooks.feature