Skip to content

Instantly share code, notes, and snippets.

@endymion
Created October 22, 2009 14:10
Show Gist options
  • Save endymion/215960 to your computer and use it in GitHub Desktop.
Save endymion/215960 to your computer and use it in GitHub Desktop.
Feature: Catalog Version
In order to better support our customers
In order to ease migration difficulties
As a support administrator for PingFederate
I want to catalog the configuration archives of different versions
Scenario: Import version
Given I am on the version management page
        And I follow New Version
And I have a valid data archive featuring <Path> and <Contents>
When I select the data archive for upload
And I fill in "example" for "Name"
And I press "Upload"
Then I should see "Success"
And I should be on the Show Version page
And I should see the <Path> and <Contents> from the archive.
Examples:
 |Path|Contents|
 |A   |foo     |
 |B   |bar     |
 |C   |baz     |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment