save checkpoint
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"type": "api",
|
||||
"baseUrl": "http://127.0.0.1:19100",
|
||||
"runId": "run-003",
|
||||
"timestampUtc": "2026-02-10T11:47:30Z",
|
||||
"requests": [
|
||||
{
|
||||
"description": "Search returns component node tiles for authenticated read scope",
|
||||
"method": "POST",
|
||||
"path": "/graph/search",
|
||||
"headers": {
|
||||
"Authorization": "Bearer qa-token",
|
||||
"X-Stella-Tenant": "acme",
|
||||
"X-Stella-Scopes": "graph:read"
|
||||
},
|
||||
"requestBody": {
|
||||
"kinds": [
|
||||
"component"
|
||||
],
|
||||
"query": "component",
|
||||
"limit": 10
|
||||
},
|
||||
"expectedStatus": 200,
|
||||
"actualStatus": 200,
|
||||
"assertion": "Response contains 3 node NDJSON lines",
|
||||
"result": "pass"
|
||||
},
|
||||
{
|
||||
"description": "Query returns component node tiles for authenticated query scope",
|
||||
"method": "POST",
|
||||
"path": "/graph/query",
|
||||
"headers": {
|
||||
"Authorization": "Bearer qa-token",
|
||||
"X-Stella-Tenant": "acme",
|
||||
"X-Stella-Scopes": "graph:query"
|
||||
},
|
||||
"requestBody": {
|
||||
"kinds": [
|
||||
"component"
|
||||
],
|
||||
"query": "component",
|
||||
"includeOverlays": true,
|
||||
"includeEdges": false,
|
||||
"includeStats": false,
|
||||
"limit": 10
|
||||
},
|
||||
"expectedStatus": 200,
|
||||
"actualStatus": 200,
|
||||
"assertion": "Response contains 3 node NDJSON lines",
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"summary": {
|
||||
"searchNodeLines": 3,
|
||||
"queryNodeLines": 3
|
||||
},
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user