Skip to content

Instantly share code, notes, and snippets.

@barneywilliams
Created May 23, 2012 05:52
Show Gist options
  • Save barneywilliams/2773463 to your computer and use it in GitHub Desktop.
Save barneywilliams/2773463 to your computer and use it in GitHub Desktop.
Cucumber-Cpp Feature
Feature: Division
In order to avoid silly mistakes
Cashiers must be able to calculate a fraction
Scenario: Regular numbers
Given I have entered 3 into the calculator
And I have entered 2 into the calculator
When I press divide
Then the result should be 1.5 on the screen
@safarista
Copy link

There are a lot of cucumber test tutorials around. But one thing they all fail to start with or to remember is mentioning or showing the "Directory Structure" of there tutorials. This one too fails in the same manner.

@safarista
Copy link

There are a lot of cucumber test tutorials around. But one thing they all fail to start with or to remember is mentioning or showing the "Directory Structure" of there tutorials. This one too fails in the same manner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment