Skip to content

Instantly share code, notes, and snippets.

@levicole
Created August 25, 2010 20:49
Show Gist options
  • Select an option

  • Save levicole/550268 to your computer and use it in GitHub Desktop.

Select an option

Save levicole/550268 to your computer and use it in GitHub Desktop.
Feature: Managing a cart
In order to purchase an item
As a Shopper
I want to add and remove items to and from my cart
Scenario: Adding an item to my cart
Given I am on the "Baseball Bat" item page
Then I see the add to cart button
When I click the "add to cart" button
Then I am on the cart page
And I see the "Baseball bat" in my cart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment