Serenity and Cucumber Quick Start
Home > Requirements > Api > Getting hints
Report generated 12-03-2024 07:14

Feature: Getting hints

Scenarios

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 BLAND

Request a hint

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 BLAND

Request a hint

Request a hint

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 BLAND

Request a hint

Request a hint

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 BLAND

Request a hint

Request a hint

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

Number of Scenarios 4 Total Duration 4s
Total Number of Test Cases 4 Fastest Test 147ms
Number of Manual Test Cases 0 Slowest Test 339ms
Tests Started Mar 12, 2024 07:14:28 Average Execution Time 242ms
Tests Finished Mar 12, 2024 07:14:33 Total Execution Time 968ms

Automated Tests

feature Scenario Context Steps Started Total Duration Result
Getting hints We can request a hint for the current game via GET /api/game/{id}/hint 5 07:14:28 298ms SUCCESS
Getting hints Hints should include "The word starts with the letter B"
1 passing test case
6 07:14:32 147ms SUCCESS
Getting hints Hints should include "The word ends with the letter D"
1 passing test case
6 07:14:32 339ms SUCCESS
Getting hints Hints should include "The word contains 1 vowel"
1 passing test case
6 07:14:32 184ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.1.3