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.11.6 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.11 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.2 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.3.1 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.3.2 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.3.3 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.3.4 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.3.5 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.3.6 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.3 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.4 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.5 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.6.1 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.7.1 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.7.2 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.7.3 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.7.4 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.7.5 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.7 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.8 examples/tickets/features/272/hooks.feature