Sha256: 66c897f07ae644460467237d48a4c52063fdf55c66169aa7273f6b48e6b98b37

Contents?: true

Size: 1.18 KB

Versions: 1

Compression:

Stored size: 1.18 KB

Contents

Feature: Starting applications on startup
  Appswarm should start all applications defined within BASIC_APPS at startup.
  Apart from this it should start applications that were used in the last session.

  @startup
  Scenario: Startup from scratch
    Given a testbed
    When the cluster is running
    Then one "Admin" application should be running
    And one "LocalFileStore" application should be running
    And one "LocalWebServer" application should be running
    And one "Permaspace" application should be running
    And one "Home" application should be running
    And one "SessionManager" application should be running

  Scenario: Starting an application, stopping the cluster and restoring the application
    Given a testbed with a "Admin" application
    And a "Wiki" application in it
    When it is restarted
    Then one "Admin" application should be running
    And one "LocalFileStore" application should be running
    And one "LocalWebServer" application should be running
    And one "Permaspace" application should be running
    And one "Home" application should be running
    And one "Wiki" application should be running
    And one "SessionManager" application should be running

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
appswarm-0.0.1 apps/admin/features/startApps.feature