Feature: Description
Scenario Outline: This one will have examples
Given the <given>
Then the <then>
Examples:
| what | then |
| first value | first then|
| second what|second then|