Last active
October 20, 2018 03:06
-
-
Save InfoSec812/10ca69032d76f986f61eb2bcb7fbde24 to your computer and use it in GitHub Desktop.
Functional Specification For Vue Interaction Testing
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: User login | |
| Scenario: Entering credentials and clicking the login button | |
| Given an instance of our Login component | |
| And a mocked implementation of the login method | |
| When I enter a username | |
| And I enter a password | |
| And I click the login button | |
| Then I expect the login handler method to be executed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment