Sha256: 2ddc4a017523b195b8a141f521336f1890d1b0634130f0ad98c2c51361e78f28

Contents?: true

Size: 1.06 KB

Versions: 17

Compression:

Stored size: 1.06 KB

Contents

Feature: Listing of CGE Backups
  Background:
    Given A configuration exists
  Scenario: User wants to list cge backups
    Given I am going to run the program
    And I specify the command "list-cge"
    And I input the following "Password001"
    When I run the application
    Then I should see a list of cge backups
  Scenario: User wants to list cge backups (export flags)
    Given I am going to run the program
    And I specify the command "list-cge"
    And I specify flags for export
    When I run the application
    Then The application should fail
    And I should see an error message containing "Argument Error:"
    And I should see an error message containing "export option"
  Scenario: User wants to list cge backups (import flags)
    Given I am going to run the program
    And I specify the command "list-cge"
    And I specify flags for sync
    When I run the application
    Then The application should fail
    And I should see an error message containing "Argument Error:"
    And I should see an error message containing "sync option"

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
insxsync-1.1.0 features/list_cge_backups.feature
insxsync-1.0.1 features/list_cge_backups.feature
insxsync-1.0.0 features/list_cge_backups.feature
insxsync-0.0.14 features/list_cge_backups.feature
insxsync-0.0.13 features/list_cge_backups.feature
insxsync-0.0.12 features/list_cge_backups.feature
insxsync-0.0.11 features/list_cge_backups.feature
insxsync-0.0.10 features/list_cge_backups.feature
insxsync-0.0.9 features/list_cge_backups.feature
insxsync-0.0.8 features/list_cge_backups.feature
insxsync-0.0.7 features/list_cge_backups.feature
insxsync-0.0.6 features/list_cge_backups.feature
insxsync-0.0.5 features/list_cge_backups.feature
insxsync-0.0.4 features/list_cge_backups.feature
insxsync-0.0.3 features/list_cge_backups.feature
insxsync-0.0.2 features/list_cge_backups.feature
insxsync-0.0.1 features/list_cge_backups.feature