Skip to content

Instantly share code, notes, and snippets.

@InfoSec812
Last active October 20, 2018 03:06
Show Gist options
  • Select an option

  • Save InfoSec812/10ca69032d76f986f61eb2bcb7fbde24 to your computer and use it in GitHub Desktop.

Select an option

Save InfoSec812/10ca69032d76f986f61eb2bcb7fbde24 to your computer and use it in GitHub Desktop.
Functional Specification For Vue Interaction Testing
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