Cucumber Scenario Outlines
Scenario Outline: Table example
 Given I have an "<option>"
 Then I should see "<result>"
 Examples:
   | option   | result   |
   | option 1 | result 1 |
   | option 2 | result 2 |Scenario Outline: Table example
 Given I have an "<option>"
 Then I should see "<result>"
 Examples:
   | option   | result   |
   | option 1 | result 1 |
   | option 2 | result 2 |