Skip to content

Instantly share code, notes, and snippets.

@s1ider
Created September 2, 2015 15:01
Show Gist options
  • Save s1ider/7f8fd9eec98aea05fc2a to your computer and use it in GitHub Desktop.
Save s1ider/7f8fd9eec98aea05fc2a to your computer and use it in GitHub Desktop.
Feature: GetGoing API playground
Background:
Given I am on 'Playground' page
When Fill form:
| label | value | field_type |
| API KEY | 123132 | TextEdit |
| SECRET KEY | 123132 | TextEdit |
| Nonce | <random> | TextEdit |
| System | Mobile | Select |
Scenario: Test
Then Stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment