forked from picklesdoc/pickles
-
Notifications
You must be signed in to change notification settings - Fork 0
Current Markdown Output
Darren Comeau edited this page Nov 28, 2018
·
11 revisions
Generated on: 25 October 2018 at 18:53:00
In order to achieve something
As a person
I want something else to happen
@DatabaseTask
Given I prepare something
And I prepare something else with table
Something Anotherthing Hello World
Given I setup something
And I prepare something else with table
Something Anotherthing Hello World When I execute my process
Then I check conditions are correct
@Ignore
In order to achieve something
As a person
I want something else to happen
@DatabaseScenario
Given I setup <Something>
And I prepare <Anotherthing> else
When I execute my process
Then I check conditions are correct
Examples:
Something Anotherthing Hello World Goodbye World