mirror of
https://github.com/silverstripe/silverstripe-behat-extension
synced 2024-10-22 17:05:32 +02:00
15 lines
325 B
Scheme
15 lines
325 B
Scheme
|
Feature: Addition
|
||
|
As a user
|
||
|
I want to do a thing
|
||
|
So that I can have a result
|
||
|
|
||
|
Background:
|
||
|
Given a base condition I want for all scenarios
|
||
|
|
||
|
Scenario: Add two numbers
|
||
|
Given a condition
|
||
|
And another condition
|
||
|
When I do an action
|
||
|
And I do another action
|
||
|
Then I should see the expected result
|