Serenity and Cucumber Quick Start
Home > Wordle Rules > Game Rules > Letters should be displayed with the correct color
Report generated 12-03-2024 07:14

Game Rules

  Under 1 Second (Duration)

Letters should be displayed with the correct color

Scenario Outline

Given the target word is "<target word>"
When the player plays "<player input>"
Then the squares should be colored as follows:
<cell 1><cell 2><cell 3><cell 4><cell 5>

Examples: 

# Target Word Player Input Cell 1 Cell 2 Cell 3 Cell 4 Cell 5
1 CRYPT CRYPT GREEN GREEN GREEN GREEN GREEN
2 CRYPT BOARD GRAY GRAY GRAY YELLOW GRAY
3 CRYPT CROWN GREEN GREEN GRAY GRAY GRAY
Steps Outcome
SUCCESS 028ms
SUCCESS 011ms
SUCCESS 181ms
SUCCESS 0.27s
Serenity BDD version 4.1.3