Last active
August 5, 2018 12:26
-
-
Save mksglu/d28069d507529249ac878ebeb4f923a3 to your computer and use it in GitHub Desktop.
Behavior Driven Development and CucumberJS
This file contains 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: 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