Skip to content

Add support for Scenario Outline and Examples - #13

Merged
DannyBen merged 1 commit into
masterfrom
add/scenario-outlines
Jul 11, 2026
Merged

Add support for Scenario Outline and Examples#13
DannyBen merged 1 commit into
masterfrom
add/scenario-outlines

Conversation

@DannyBen

@DannyBen DannyBen commented Jul 11, 2026

Copy link
Copy Markdown
Owner
Feature: scenario outlines
  Run the same scenario with several examples

Background:
  Given the user registry is empty

Scenario Outline: Creating <name> as <role>
  When I register user '<name>' with role '<role>'
  Then user '<name>' should have role '<role>'

Examples:
  | name  | role   |
  | Alice | admin  |
  | Bob   | member |

@DannyBen
DannyBen merged commit 233378e into master Jul 11, 2026
2 checks passed
@DannyBen
DannyBen deleted the add/scenario-outlines branch July 11, 2026 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant