AlexsJones | 6614cb5 | 2013-11-19 15:14:03 +0000 | [diff] [blame] | 1 | Feature: Example cucumber use |
2 | |||||
3 | Scenario Outline: I want to show how cucumber works | ||||
4 | Given I have <number> | ||||
5 | When I chose to increase it by <amount> | ||||
6 | Then I should see <total> | ||||
7 | Examples: Successful match | ||||
8 | | number | amount | total | | ||||
9 | | 2 | 5 | 7 | | ||||
10 | | 3 | 3 | 6 | | ||||
11 | |||||
12 |