Skip to content

Instantly share code, notes, and snippets.

@mksglu
Last active August 5, 2018 12:26
Show Gist options
  • Save mksglu/d28069d507529249ac878ebeb4f923a3 to your computer and use it in GitHub Desktop.
Save mksglu/d28069d507529249ac878ebeb4f923a3 to your computer and use it in GitHub Desktop.
Behavior Driven Development and CucumberJS
Feature: Logging User
Scenario: Successfuly User Logged
Given Username is "mksglu"
And password is 123456
When the user is logging in
Then the user should be logged in
| attribute | type | value |
| Role | numeric | 1 |
| Auth | boolean | true |
| User | string | test12 |
| Token | string | eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment