Serenity and Cucumber Quick Start
Home > Api > Playing the game > [2] word=CRYPT, guess=BOARD, cell1=GRAY, cell2=GRAY, cell3=GRAY, cell4=YELLOW, cell5=GRAY
Report generated 12-03-2024 07:14

Playing The Game

  Under 1 Second (Duration)

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 'BOARD'
Get the game history

Examples: 

# Word Guess Cell1 Cell2 Cell3 Cell4 Cell5
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 157ms
SUCCESS 0.16s
Serenity BDD version 4.1.3