Serenity and Cucumber Quick Start
Home > Api > Playing the game > [3] word=CRYPT, guess=CROWN, cell1=GREEN, cell2=GREEN, cell3=GRAY, cell4=GRAY, 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 'CROWN'
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 165ms
SUCCESS 0.17s
Serenity BDD version 4.1.3