An interesting story
/path/to/story
Narrative:
In order to renovate my house
As a customer
I want to get a loan
Scenario: I ask for a loan
GivenStories:
/given/story1
/given/story2
Examples:
Given money <money>
Then I give it to <to>
money | to |
---|---|
$30 | Mauro |
$50 | Paul |
Example: {money=$30, to=Mauro}
Given money $30
Then I give it to Mauro
Example: {money=$50, to=Paul}
Given money $50
Then I give it to Paul
STORY CANCELLED (DURATION 2 s)