Sha256: 3cfb1dbac6d58a90a52f775062f432af327e6fa775d3877c61831da03127100e

Contents?: true

Size: 891 Bytes

Versions: 11

Compression:

Stored size: 891 Bytes

Contents

Feature: Applications
  In order to determine what I can work with
  As a User
  I want to be able to list the applications that live in my accounts

  Background:
    Given I'm an Engine Yard user
    And ey-core is configured with my cloud token
    And I have the following accounts:
      | Account Name  |
      | one           |
      | two           |
      | three         |
    And each of my accounts has several applications

  Scenario: Listing all of my applications
    When I run `ey-core applications`
    Then I see the name and ID for all of my applications

  Scenario Outline: Listing applications for a specific account
    When I run `ey-core applications <Account Flag> one`
    Then I see the applications in the one account
    But I do not see applications from other accounts

    Examples:
      | Account Flag  |
      | -a            |
      | --account     |

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
ey-core-3.6.0.autoscaling1 features/applications.feature
ey-core-3.6.4 features/applications.feature
ey-core-3.6.3 features/applications.feature
ey-core-3.6.1 features/applications.feature
groove-ey-core-3.6.3 features/applications.feature
groove-ey-core-3.6.2 features/applications.feature
groove-ey-core-3.6.1 features/applications.feature
ey-core-3.5.0 features/applications.feature
ey-core-3.4.4 features/applications.feature
ey-core-3.4.2 features/applications.feature
ey-core-3.4.1 features/applications.feature