Serenity and Cucumber Quick Start
Home > Api > Playing the game > When the word is CRYPT and the guess is ORGAN, the row is GRAY, GREEN, GRAY, GRAY, GRAY
Report generated 12-03-2024 07:14

Playing The Game

  Under 1 Second (Duration)

When the word is CRYPT and the guess is ORGAN, the row is GRAY, GREEN, GRAY, GRAY, GRAY

Scenario Outline

POST http://localhost:38083/wordle/api/auth/register
POST http://localhost:38083/wordle/api/auth/login
Create a new game
Create a new game with the word <word>
Play the word 'ORGAN'
Get the game history

Examples: 

# Word Guess Cell1 Cell2 Cell3 Cell4 Cell5
1 CRYPT ORGAN GRAY GREEN GRAY GRAY GRAY
2 CRYPT BRACE GRAY GREEN GRAY YELLOW GRAY
3 CRYPT CRYPT GREEN GREEN GREEN GREEN GREEN
Steps Outcome
SUCCESS 308ms
SUCCESS 0.31s
Serenity BDD version 4.1.3