documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chip-showcase.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-chip.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-chip.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-summary.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/shared/components/ai/ai-authority-badge.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/findings/ai-chip-row.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/features/advisory-ai/chip-showcase.component.ts",
|
||||
"src/Web/StellaOps.Web/src/app/app.routes.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-chip.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/ai_chip_components/ai-summary.component.spec.ts",
|
||||
"src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass"
|
||||
}
|
||||
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/ai_chip_components/ai-chip.component.spec.ts --include src/tests/ai_chip_components/ai-summary.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "7/7",
|
||||
"testFilesPassed": "2/2",
|
||||
"warnings": [
|
||||
"Angular template and bundle budget warnings are present from existing baseline."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-11T07:53:19Z"
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"module": "web",
|
||||
"feature": "ai-chip-components",
|
||||
"runId": "run-006",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"capturedAtUtc": "2026-02-11T07:53:19Z",
|
||||
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
|
||||
"playwrightTests": [
|
||||
"ai chip showcase route renders chip interactions, summary disclosure, and finding-row integration"
|
||||
],
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /ai/chips and verify AI chip showcase shell renders.",
|
||||
"action": "navigate+assert",
|
||||
"target": "/ai/chips",
|
||||
"expected": "AI Chip Components heading and ready status line are visible.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T07:53:19Z"
|
||||
},
|
||||
{
|
||||
"description": "Trigger action/warning chips and verify status updates.",
|
||||
"action": "click+assert",
|
||||
"target": "Explain path + Needs evidence chips",
|
||||
"expected": "Status line reflects action chip click and warning chip pressed state.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T07:53:19Z"
|
||||
},
|
||||
{
|
||||
"description": "Expand three-line summary and open citation evidence.",
|
||||
"action": "click+assert",
|
||||
"target": "Show evidence trail + citation button",
|
||||
"expected": "Evidence citations section is visible and event line records citation interaction.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T07:53:19Z"
|
||||
},
|
||||
{
|
||||
"description": "Hover finding-row integration and validate tooltip/chip count.",
|
||||
"action": "hover+assert",
|
||||
"target": "ai-chip-row integration host",
|
||||
"expected": "Three-line tooltip appears and row displays max two AI chips.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T07:53:19Z"
|
||||
}
|
||||
],
|
||||
"evidence": "docs/qa/feature-checks/runs/web/ai-chip-components/run-006/evidence/playwright-ui-evidence.txt",
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user