Feature: Test
In order to do something
As a user
I want to run this scenario
Scenario: A scenario
Given
some feature with
<first>
When
it runs
Then
I should see that this
<second>
thing happens
Examples
First
Second
1
1
2
2