Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CCK: Reconcile examples tables #72

Merged
merged 1 commit into from
Oct 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions devkit/samples/examples-tables/examples-tables.feature
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Feature: Examples Tables
Sometimes it can be desireable to run the same scenario multiple times
with different data each time. This can be done by placing an Examples
section with an Examples Table underneath a Scenario, and use <placeholders>
in the Scenario, matching the table headers.
Sometimes it can be desirable to run the same scenario multiple times with
different data each time - this can be done by placing an Examples table underneath
a Scenario, and use <placeholders> in the Scenario which match the table headers.

Scenario Outline: eating cucumbers
Scenario Outline: Eating cucumbers
Given there are <start> cucumbers
When I eat <eat> cucumbers
Then I should have <left> cucumbers
Expand Down