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 | 264ms |
| Total Number of Test Cases | 2 | Fastest Test | 190ms |
| Number of Manual Test Cases | 0 | Slowest Test | 232ms |
| Tests Started | Jan 08, 2026 10:13:28 | Average Execution Time | 211ms |
| Tests Finished | Jan 08, 2026 10:13:28 | Total Execution Time | 422ms |
| feature | Scenario | Context | Steps | Started | Total Duration | Result |
|---|---|---|---|---|---|---|
| Game Overview | Player runs out of tries and loses | 3 | 10:13:28 | 232ms | ||
| Game Overview | Player guesses the right word and wins | 4 | 10:13:28 | 190ms |