documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"type": "api",
|
||||
"module": "gateway",
|
||||
"feature": "gateway-http-middleware-pipeline",
|
||||
"runId": "run-003",
|
||||
"dateUtc": "2026-02-10T12:08:30Z",
|
||||
"baseUrl": "http://127.0.0.1:10031",
|
||||
"requests": [
|
||||
{
|
||||
"description": "Health endpoint",
|
||||
"method": "GET",
|
||||
"path": "/health",
|
||||
"expectedStatus": 200,
|
||||
"actualStatus": 200,
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Health/live endpoint",
|
||||
"method": "GET",
|
||||
"path": "/health/live",
|
||||
"expectedStatus": 200,
|
||||
"actualStatus": 200,
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Health/ready endpoint",
|
||||
"method": "GET",
|
||||
"path": "/health/ready",
|
||||
"expectedStatus": 200,
|
||||
"actualStatus": 200,
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "OpenAPI JSON endpoint",
|
||||
"method": "GET",
|
||||
"path": "/openapi.json",
|
||||
"expectedStatus": 200,
|
||||
"actualStatus": 200,
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "OpenAPI YAML endpoint",
|
||||
"method": "GET",
|
||||
"path": "/openapi.yaml",
|
||||
"expectedStatus": 200,
|
||||
"actualStatus": 200,
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "OpenAPI discovery endpoint",
|
||||
"method": "GET",
|
||||
"path": "/.well-known/openapi",
|
||||
"expectedStatus": 200,
|
||||
"actualStatus": 200,
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Unknown route returns structured 404",
|
||||
"method": "GET",
|
||||
"path": "/api/v1/unknown",
|
||||
"expectedStatus": 404,
|
||||
"actualStatus": 404,
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Correlation ID echo",
|
||||
"method": "GET",
|
||||
"path": "/health",
|
||||
"headers": {
|
||||
"X-Correlation-Id": "qa-recheck-corr-001"
|
||||
},
|
||||
"expectedStatus": 200,
|
||||
"actualStatus": 200,
|
||||
"assertion": "Response X-Correlation-Id equals request correlation id",
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user