Skip to content

Instantly share code, notes, and snippets.

@nicolanrizzo
Created May 11, 2016 07:19
Show Gist options
  • Save nicolanrizzo/ae9a0056a4db5acc3cc86d331f05d231 to your computer and use it in GitHub Desktop.
Save nicolanrizzo/ae9a0056a4db5acc3cc86d331f05d231 to your computer and use it in GitHub Desktop.
Feature: As a good developer i want to test my angular app in BDD
Scenario: I want to see the home page
Given I am on the "login"
When I fill "email" field with "donkeycode@example.org"
And I fill "password" field with "donkeycode"
And I click on the button "login"
Then I should be redirected on "home"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment