documentation cleanse, sprints work and planning. remaining non EF DAL migration to EF
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
capturedAtUtc: 2026-02-11T06:16:10Z
|
||||
module: web
|
||||
feature: evidence-packet-drawer
|
||||
runId: run-003
|
||||
command: npx playwright test tests/e2e/web-checked-feature-recheck.spec.ts --reporter=list,json --output=test-results/web-recheck-run-006d
|
||||
playwrightSpec: src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts
|
||||
playwrightTest: evidence packet drawer opens and closes from evidence center
|
||||
route: /release-orchestrator/evidence
|
||||
verdict: pass
|
||||
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"feature": "evidence-packet-drawer",
|
||||
"filesChecked": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/overlays/evidence-packet-drawer/evidence-packet-drawer.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/evidence/evidence-packet-drawer.component.spec.ts"
|
||||
],
|
||||
"found": [
|
||||
"src/Web/StellaOps.Web/src/app/shared/overlays/evidence-packet-drawer/evidence-packet-drawer.component.ts",
|
||||
"src/Web/StellaOps.Web/src/tests/evidence/evidence-packet-drawer.component.spec.ts"
|
||||
],
|
||||
"missing": [
|
||||
|
||||
],
|
||||
"verdict": "pass",
|
||||
"checkedAtUtc": "2026-02-10T23:39:11Z"
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "src/Web/StellaOps.Web",
|
||||
"buildCommand": "npm run build",
|
||||
"buildResult": "pass",
|
||||
"testCommand": [
|
||||
"npx ng test --watch=false --include src/tests/evidence/evidence-packet-drawer.component.spec.ts"
|
||||
],
|
||||
"testResult": "pass",
|
||||
"testsPassed": "5/5",
|
||||
"testFilesPassed": "1/1",
|
||||
"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": [
|
||||
"Drawer overlay renders packet metadata, signature badges, verification state, and collapsible contents for in-context review.",
|
||||
"Close/backdrop, verify/export events, and clipboard digest copy are key interaction surfaces for packet triage workflows.",
|
||||
"Focused tests verify open/close semantics, emitted actions, collapsible contents rendering, and digest copy behavior."
|
||||
],
|
||||
"checkedAtUtc": "2026-02-10T23:39:11Z"
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "ui",
|
||||
"module": "web",
|
||||
"feature": "evidence-packet-drawer",
|
||||
"runId": "run-003",
|
||||
"baseUrl": "https://127.0.0.1:4400",
|
||||
"capturedAtUtc": "2026-02-11T06:16:10Z",
|
||||
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/web-checked-feature-recheck.spec.ts",
|
||||
"playwrightTest": "evidence packet drawer opens and closes from evidence center",
|
||||
"steps": [
|
||||
{
|
||||
"description": "Navigate to /release-orchestrator/evidence",
|
||||
"action": "navigate",
|
||||
"target": "/release-orchestrator/evidence",
|
||||
"expected": "Evidence packet drawer opens and closes from user interaction.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T06:16:10Z"
|
||||
},
|
||||
{
|
||||
"description": "Verify strict user-surface assertions",
|
||||
"action": "assert",
|
||||
"target": "evidence packet drawer opens and closes from evidence center",
|
||||
"expected": "Playwright assertion sequence passes with deterministic route mocks.",
|
||||
"result": "pass",
|
||||
"stepCapturedAtUtc": "2026-02-11T06:16:10Z"
|
||||
}
|
||||
],
|
||||
"evidence": "docs/qa/feature-checks/runs/web/evidence-packet-drawer/run-003/evidence/playwright-ui-evidence.txt",
|
||||
"verdict": "pass"
|
||||
}
|
||||
Reference in New Issue
Block a user