9 lines
206 B
Gherkin
9 lines
206 B
Gherkin
|
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|
|