[Story summary]

April 11, 2023 ยท View on GitHub

As a [person].

I want [something].

So that [action].

Tech Details

  • TBD
  • TBD

Acceptance Criteria

  • TBD
  • TBD

Tests for Behavior-Driven Development (BDD)

Scenario: Title
  Given [context]
    And [some more context]...
  When  [event]
    And [another event]...
  Then  [outcome]
    And [another outcome]...
  But   [not this outcome]

Contents

  1. 1Tech Details
  2. 2Acceptance Criteria
  3. 2.1Tests for Behavior-Driven Development (BDD)