info | tags | variants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
front-matter should be supported for feature-level settings |
|
|
This is a description for the feature, which can span multiple lines. This paragraph is intentionally very long so we hit the prettier auto-format wrapping the long line.
And line-breaks should be allowed in the description.
This is a description for the scenario, which can span multiple lines. This paragraph is intentionally very long so we hit the prettier auto-format wrapping the long line.
And line-breaks should be allowed in the description.
Given a calculator
When I add 4
And I add 5
Then the result is 9
When I POST to ${webhookReceiver}/hook
with this JSON
{ "foo": "bar" }
Then the response status code should be 202
Given there are ${start}
cucumbers
When I eat ${eat}
cucumbers
Then I should have ${left}
cucumbers
start | eat | left |
---|---|---|
12 | 5 | 7 |
20 | 5 | 15 |
Given this is the last scenario