Given the target word is:
B | L | A | N | D |
---|
When the player enters the following letters:
B | E | A | S | T |
---|---|---|---|---|
B | R | A | I | N |
P | L | A | I | N |
P | L | A | N | E |
P | L | A | N | T |
P | L | A | N | K |
Then the player should lose the game
Given the target word is:
B | L | A | N | D |
---|
When the player enters the following letters:
B | E | A | S | T |
---|---|---|---|---|
B | R | A | I | N |
B | L | A | N | D |
Then the squares should be colored as follows:
GREEN | GRAY | GREEN | GRAY | GRAY |
---|---|---|---|---|
GREEN | GRAY | GREEN | GRAY | YELLOW |
GREEN | GREEN | GREEN | GREEN | GREEN |
And the player should win the game
Number of Scenarios | 2 | Total Duration | 247ms |
Total Number of Test Cases | 2 | Fastest Test | 210ms |
Number of Manual Test Cases | 0 | Slowest Test | 221ms |
Tests Started | Mar 12, 2024 07:14:17 | Average Execution Time | 215ms |
Tests Finished | Mar 12, 2024 07:14:18 | Total Execution Time | 431ms |
feature | Scenario | Context | Steps | Started | Total Duration | Result |
---|---|---|---|---|---|---|
Game Overview | Player runs out of tries and loses | 3 | 07:14:17 | 210ms | ||
Game Overview | Player guesses the right word and wins | 4 | 07:14:18 | 221ms |