save checkpoint
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/features/pack-registry/pack-registry.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/pack-registry/pack-registry-browser.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/pack-registry/services/pack-registry-browser.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/pack-registry/models/pack-registry-browser.models.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/pack_registry_browser/pack-registry-browser.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/pack_registry_browser/pack-registry-browser.service.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/features/pack-registry/pack-registry.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/pack-registry/pack-registry-browser.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/pack-registry/services/pack-registry-browser.service.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/pack-registry/models/pack-registry-browser.models.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/pack_registry_browser/pack-registry-browser.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/pack_registry_browser/pack-registry-browser.service.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include \u003c47 checked-web spec files\u003e"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "145/145",
|
||||
"testFilesPassed": "47/47",
|
||||
"warnings": [
|
||||
"NG8113: RouterLinkActive is not used within AppSidebarComponent template.",
|
||||
"NG8113: RouterLink/RouterLinkActive is not used within SidebarNavGroupComponent template.",
|
||||
"NG8113: RouterLink is not used within AppTopbarComponent template.",
|
||||
"Bundle/style budget warnings remain from existing baseline."
|
||||
],
|
||||
"codeReview": [
|
||||
"Checked feature components/services remain implemented with non-stub logic in src/Web/StellaOps.Web/src/app and src/Web/StellaOps.Web/src/tests.",
|
||||
"Consolidated checked-web spec replay (47 files) passed and exercised all checked web feature harnesses, including shell/sidebar/context-chip regression coverage."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"route": "/ops/packs",
|
||||
"screenshots": [
|
||||
"screenshots/step-1-ops-packs-loaded.png"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /ops/packs and verify primary heading renders",
|
||||
"result": "pass",
|
||||
"evidence": "h1=\"Pack Registry Browser\"",
|
||||
"screenshot": "screenshots/step-1-ops-packs-loaded.png"
|
||||
},
|
||||
{
|
||||
"description": "Verify authenticated shell chrome is active on route",
|
||||
"result": "pass",
|
||||
"evidence": "sidebarCount=1; chipsCount=1"
|
||||
},
|
||||
{
|
||||
"description": "Verify route-level interactive affordances remain mounted",
|
||||
"result": "pass",
|
||||
"evidence": "globalSearchInputs=2; tableRows=0; url=https://127.0.0.1:4400/ops/packs"
|
||||
}
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T22:35:36Z"
|
||||
}
|
||||
Reference in New Issue
Block a user