Feature: Add Numbers As a user of the calculator I want to add 2 numbers Background: Given the start value is 5 Scenario Outline: Add numbers When I add Then the result should be Examples: | summand | sum | | 6 | 11 | | 25 | 30 |