save checkpoint
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 107 KiB |
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/context-chips.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/offline-status-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/feed-snapshot-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/policy-baseline-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/layout/context-chips/evidence-mode-chip.component.ts"
|
||||
],
|
||||
"found": [
|
||||
"ContextChipsComponent",
|
||||
"OfflineStatusChipComponent",
|
||||
"FeedSnapshotChipComponent",
|
||||
"PolicyBaselineChipComponent",
|
||||
"EvidenceModeChipComponent"
|
||||
],
|
||||
"missing": [],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T20:30:09Z"
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildResult": "pass",
|
||||
"testResult": "pass",
|
||||
"tests": [
|
||||
{
|
||||
"command": "npx ng test --watch=false --include src/app/layout/context-chips/context-chips.component.spec.ts",
|
||||
"testsRun": 2,
|
||||
"testsPassed": 2,
|
||||
"testsFailed": 0,
|
||||
"result": "pass"
|
||||
}
|
||||
],
|
||||
"notes": [
|
||||
"Context chip specs execute after removing layout exclusions from test configuration."
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T20:30:09Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"route": "/release-orchestrator/runs",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Verify context chips render in active top bar",
|
||||
"result": "pass",
|
||||
"evidence": "app-context-chips selector count=1 with labels Offline, Feed, Policy, Evidence.",
|
||||
"screenshot": "step-1-release-orchestrator-runs.png"
|
||||
},
|
||||
{
|
||||
"description": "Verify chips are data wired instead of static placeholders",
|
||||
"result": "pass",
|
||||
"evidence": "No TODO placeholders remain in context-chip component sources; chip labels are computed from services."
|
||||
}
|
||||
],
|
||||
"screenshots": [
|
||||
"step-1-release-orchestrator-runs.png"
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T20:30:09Z"
|
||||
}
|
||||
Reference in New Issue
Block a user