10 lines
270 B
Gherkin
10 lines
270 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 value | second then value |
|