Feature: A scenario outline Scenario Outline: Given I add and When I pass a table argument | foo | bar | | bar | baz | Then I the result should be Examples: | a | b | c | | 1 | 2 | 3 | | 2 | 3 | 4 |