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
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 |
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 | ||
Getting hints |
Hints should include "The word starts with the letter B"
1 passing test case |
6 | 07:14:32 | 147ms | ||
Getting hints |
Hints should include "The word ends with the letter D"
1 passing test case |
6 | 07:14:32 | 339ms | ||
Getting hints |
Hints should include "The word contains 1 vowel"
1 passing test case |
6 | 07:14:32 | 184ms |