-
-
Save s1ider/7f8fd9eec98aea05fc2a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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