BETTERZON-21: Adding Cucumber Framework

This commit is contained in:
Patrick
2020-10-30 13:29:07 +01:00
parent 6ba24ac986
commit 3b606f1156
7 changed files with 107 additions and 0 deletions
@@ -0,0 +1,12 @@
Feature: Guess the word
# The first example has two steps
Scenario: Maker starts a game
When the Maker starts a game
Then the Maker waits for a Breaker to join
# The second example has three steps
Scenario: Breaker joins a game
Given the Maker has started a game with the word "silky"
When the Breaker joins the Maker's game
Then the Breaker must guess a word with 5 characters