Skip to content

Instantly share code, notes, and snippets.

@richteri
Last active November 7, 2021 12:10
Show Gist options
  • Save richteri/9f5c71521f74f50c9502 to your computer and use it in GitHub Desktop.
Save richteri/9f5c71521f74f50c9502 to your computer and use it in GitHub Desktop.
BDD Story Template
Title (one line describing the story)
Narrative:
As a [role]
I want [feature]
So that [benefit]
Acceptance Criteria: (presented as Scenarios)
Scenario: Title
Given [context]
And [some more context]...
When [event]
Then [outcome]
And [another outcome]...
Examples: (to substitute placeholders in scenario texts)
| name1 | name2 | ... | nameN |
| arg1 | arg2 | ... | argN |
...
Scenario: ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment