Sha256: a0dc6b1bc47d3b88a49786cad36dc7351f711c80c9c46094477b8d7cbe5b1861

Contents?: true

Size: 1.01 KB

Versions: 4

Compression:

Stored size: 1.01 KB

Contents

Feature: Cumuli exits the app gracefully
  In order to use Cumuli to test in an integration way, a suite of apps and services
  As a developer with a SOA stack
  I want cucumber to exit with a good success code

  Background:
    Given the app suite is loaded

  Scenario: App is stopped in a cucumber step
    When I shutdown the app suite
    Then the processes should not be running
    And I should see that the rake was not aborted

  #Scenario: App's forked pid receives an INT signal
    #When the forked pid receives an INT signal
    #Then the processes should not be running
    #And I should see that the rake was not aborted

  Scenario: App's forked pid receives a KILL signal
    When the forked pid receives an KILL signal
    Then the processes should not be running
    And I should see that the rake was not aborted

  Scenario: App's forked pid receives a TERM signal
    When the forked pid receives an TERM signal
    Then the processes should not be running
    And I should see that the rake was not aborted

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
cumuli-0.5.0 features/graceful_exits.feature
cumuli-0.4.1 features/graceful_exits.feature
cumuli-0.4.0 features/graceful_exits.feature
cumuli-0.3.4 features/graceful_exits.feature