Skip to content

Instantly share code, notes, and snippets.

@nicolanrizzo
Created May 11, 2016 06:56
Show Gist options
  • Save nicolanrizzo/2cdfc256b522556fb73d066ecf035cc3 to your computer and use it in GitHub Desktop.
Save nicolanrizzo/2cdfc256b522556fb73d066ecf035cc3 to your computer and use it in GitHub Desktop.
# test/e2e/home/sample.feature
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