Serenity and Cucumber Quick Start
Home > Api > Wordle Status Check > We can check the status of the wordle service by sending a GET to /api/service
Report generated 12-03-2024 07:14

Wordle Status Check

  Integration   Status   1 To 10 Seconds (Duration)

We can check the status of the Wordle service by sending a GET to /api/service
Steps Outcome
GET http://localhost:38083/wordle/api/status

Response

URL: http://localhost:38083/wordle/api/status

Status code: 200

Content Type: null

Request Headers

Accept=*/*

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: 17
Date: Tue, 12 Mar 2024 07:14:26 GMT
Keep-Alive: timeout=60
Connection: keep-alive

Response Body

Wordle is running
SUCCESS 009ms
SUCCESS 2.24s
Serenity BDD version 4.1.3