Serenity and Cucumber Quick Start
Home > Api > Game history and statistics > Game results are recorded in the game history
Report generated 12-03-2024 07:14

Game History And Statistics

  Integration   1 To 10 Seconds (Duration)   History

Game results are recorded in the game history
Steps Outcome
POST http://localhost:38083/wordle/api/auth/register

Response

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

Status code: 201

Content Type: application/json

Request Headers

Accept=*/*
Content-Type=application/json

Content Body

{
"id": null,
"username": "candance.keeling",
"password": "kxyu3713",
"email": "qdqr48@gmail.com",
"role": "ROLE_PLAYER",
"country": "GB",
"receiveUpdates": false
}

Response Headers

Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: text/plain;charset=UTF-8
Content-Length: 16
Date: Tue, 12 Mar 2024 07:14:26 GMT
Keep-Alive: timeout=60
Connection: keep-alive

Response Body

candance.keeling
SUCCESS 003ms
POST http://localhost:38083/wordle/api/auth/login

Response

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

Status code: 200

Content Type: application/json

Request Headers

Accept=*/*
Content-Type=application/json

Content Body

{
"username": "candance.keeling",
"password": "kxyu3713"
}

Response Headers

Vary: Origin
Vary: Access-Control-Request-Method
Vary: Access-Control-Request-Headers
X-Content-Type-Options: nosniff
X-XSS-Protection: 0
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache
Expires: 0
X-Frame-Options: DENY
Content-Type: application/json
Transfer-Encoding: chunked
Date: Tue, 12 Mar 2024 07:14:27 GMT
Keep-Alive: timeout=60
Connection: keep-alive

Response Body

{
"accessToken": "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJjYW5kYW5jZS5rZWVsaW5nIiwiaWF0IjoxNzEwMjI3NjY3LCJleHAiOjE3MTAzMTQwNjd9.lwiM8B_yzV91c9m72XBO3V9hNrRdqOuQwAZvegJdtO8"
}
SUCCESS 003ms
Create a new game with the word BLAND
SUCCESS 096ms
SUCCESS 230ms
Create a new game with the word QUEST
SUCCESS 058ms
SUCCESS 233ms
Create a new game with the word BEAST
SUCCESS 039ms
SUCCESS 355ms
SUCCESS 125ms
SUCCESS 2.65s
Serenity BDD version 4.1.3