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