Last active
September 22, 2020 13:29
-
-
Save LeonardoFassini/b9e01919a7a23c046a2430facbb90b4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Tasting experience | |
Scenario: | |
When I put a banana in the bowl | |
And I put milk | |
And I taste it | |
Then The taste should be good | |
Scenario: | |
When I put a banana in the bowl | |
And I put water | |
And I taste it | |
Then The taste should be bad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment