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
cucumber-1.3.20 fixtures/tickets/features/272/hooks.feature
cucumber-1.3.19 fixtures/tickets/features/272/hooks.feature
cucumber-1.3.18 fixtures/tickets/features/272/hooks.feature
cucumber-1.3.17 fixtures/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.0.1 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.1.1 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.1 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.10 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.100 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.101.2 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.101 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.102.1 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.102.2 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.102 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.103 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.104 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.11.1 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.11.200907091518 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.11.3 examples/tickets/features/272/hooks.feature
aslakhellesoy-cucumber-0.3.11.5 examples/tickets/features/272/hooks.feature