Serenity and Cucumber Quick Start
Home > Requirements > Api > Game history and statistics
Report generated 12-03-2024 07:14

Feature: Game history and statistics

Scenarios

POST http://localhost:38083/wordle/api/auth/register

POST http://localhost:38083/wordle/api/auth/login

Create a new game with the word BLAND

Play the words '{BEAST,BRAIN,BLAND}'

Create a new game with the word QUEST

Play the words '{CLEAN,CLEAR,QUEEN,QUEST}'

Create a new game with the word BEAST

Play the words '{CLEAN,QUEEN,QUEST,CRONE,CREST,CROWN}'

Get the game history for the current player

POST http://localhost:38083/wordle/api/auth/register

POST http://localhost:38083/wordle/api/auth/login

Create a new game with the word BLAND

Play the words '{BEAST,BRAIN,BLAND}'

Create a new game with the word QUEST

Play the words '{CLEAN,CLEAR,QUEEN,QUEST}'

Create a new game with the word BEAST

Play the words '{CLEAN,CLEAR,QUEEN,BEAST}'

Create a new game with the word BEAST

Play the words '{CLEAN,QUEEN,QUEST,CRONE,CREST,CROWN}'

Get the game statistics for the current player

POST http://localhost:38083/wordle/api/auth/register

POST http://localhost:38083/wordle/api/auth/login

Create a new game with the word BLAND

Play the words '{BEAST,BRAIN,BLAND}'

Create a new game with the word QUEST

Play the words '{CLEAN,CLEAR,QUEEN,QUEST}'

Create a new game with the word BEAST

Play the words '{CLEAN,CLEAR,QUEEN,BEAST}'

Create a new game with the word BEAST

Play the words '{CLEAN,QUEEN,QUEST,CRONE,CREST,CROWN}'

GET http://localhost:38083/wordle/api/game/leaderboard

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

Number of Scenarios 3 Total Duration 7s
Total Number of Test Cases 3 Fastest Test 189ms
Number of Manual Test Cases 0 Slowest Test 2s
Tests Started Mar 12, 2024 07:14:24 Average Execution Time 1s
Tests Finished Mar 12, 2024 07:14:31 Total Execution Time 3s

Automated Tests

feature Scenario Context Steps Started Total Duration Result
Game history and statistics Game results are recorded in the game history 9 07:14:24 2s 646ms SUCCESS
Game history and statistics Game statistics can be retrieved for the current player 11 07:14:30 239ms SUCCESS
Game history and statistics Player statistics should appear in the leaderboard 11 07:14:31 189ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.3