Finalize UI truthfulness and bootstrap hardening

This commit is contained in:
master
2026-04-16 16:23:54 +03:00
parent 4799aa2402
commit bc6b1c5959
145 changed files with 10503 additions and 9837 deletions

View File

@@ -0,0 +1,15 @@
Tier2 strict UI evidence for configuration-pane
CapturedAtUtc: 2026-04-15T17:03:18Z
Playwright command: PLAYWRIGHT_BASE_URL=https://stella-ops.local npx playwright test --config playwright.config.ts tests/e2e/ui-truthful-state-cutover.recheck.spec.ts --workers=1 --reporter=list
Playwright test mapping: rechecks mounted truthful-state routes after the mock-data cutover
Route: /setup/configuration-pane
Assertions:
- heading "Configuration" is visible
- "Manage platform integrations and settings" is visible
- removed seeded "Primary Database" row is absent
Command output snippet:
- Running 2 tests using 1 worker
- ✓ rechecks mounted truthful-state routes after the mock-data cutover (22.4s)
- ✓ rechecks policy governance conflicts without fabricated preview content (11.2s)
- 2 passed (34.9s)
Result: pass

View File

@@ -0,0 +1,32 @@
{
"type": "ui",
"module": "web",
"feature": "configuration-pane",
"runId": "run-008",
"baseUrl": "https://stella-ops.local",
"capturedAtUtc": "2026-04-15T17:03:18Z",
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/ui-truthful-state-cutover.recheck.spec.ts",
"playwrightTests": [
"rechecks mounted truthful-state routes after the mock-data cutover"
],
"steps": [
{
"description": "Open the mounted configuration pane route.",
"action": "navigate",
"target": "/setup/configuration-pane",
"expected": "The route renders Configuration with the live integrations-backed summary.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
},
{
"description": "Verify removed seeded connector rows are absent.",
"action": "assert",
"target": "Configuration page body",
"expected": "\"Primary Database\" does not appear on the mounted route after the truthful-state cutover.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
}
],
"evidence": "docs/qa/feature-checks/runs/web/configuration-pane/run-008/evidence/playwright-ui-evidence.txt",
"verdict": "pass"
}

View File

@@ -0,0 +1,17 @@
Tier2 strict UI evidence for image-security-release-backed-ui
CapturedAtUtc: 2026-04-15T17:03:18Z
Playwright command: PLAYWRIGHT_BASE_URL=https://stella-ops.local npx playwright test --config playwright.config.ts tests/e2e/ui-truthful-state-cutover.recheck.spec.ts --workers=1 --reporter=list
Playwright test mapping: rechecks mounted truthful-state routes after the mock-data cutover
Route: /security/images
Assertions:
- heading "Image Security" is visible
- "No image security scope selected" empty state is visible before selecting a release
- selecting a live release renders "Release images"
- VEX tab shows "The current findings contract exposes VEX status only."
- Evidence tab shows "The mounted image-security route has access to release-level evidence posture only."
Command output snippet:
- Running 2 tests using 1 worker
- ✓ rechecks mounted truthful-state routes after the mock-data cutover (22.4s)
- ✓ rechecks policy governance conflicts without fabricated preview content (11.2s)
- 2 passed (34.9s)
Result: pass

View File

@@ -0,0 +1,48 @@
{
"type": "ui",
"module": "web",
"feature": "image-security-release-backed-ui",
"runId": "run-001",
"baseUrl": "https://stella-ops.local",
"capturedAtUtc": "2026-04-15T17:03:18Z",
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/ui-truthful-state-cutover.recheck.spec.ts",
"playwrightTests": [
"rechecks mounted truthful-state routes after the mock-data cutover"
],
"steps": [
{
"description": "Open the mounted image security route.",
"action": "navigate",
"target": "/security/images",
"expected": "The route renders Image Security with release and environment selectors plus a truthful empty state.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
},
{
"description": "Select a live release from the scope bar.",
"action": "select",
"target": "Release selector",
"expected": "The summary tab renders Release images from live release-backed data.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
},
{
"description": "Open the VEX tab and verify truthful contract messaging.",
"action": "click+assert",
"target": "VEX tab",
"expected": "The mounted route reports that the current findings contract exposes VEX status only.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
},
{
"description": "Open the Evidence tab and verify release-level limitation copy.",
"action": "click+assert",
"target": "Evidence tab",
"expected": "The mounted route reports release-level evidence posture only instead of fake image-level evidence rows.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
}
],
"evidence": "docs/qa/feature-checks/runs/web/image-security-release-backed-ui/run-001/evidence/playwright-ui-evidence.txt",
"verdict": "pass"
}

View File

@@ -0,0 +1,15 @@
Tier2 strict UI evidence for integration-hub-ui
CapturedAtUtc: 2026-04-15T17:03:18Z
Playwright command: PLAYWRIGHT_BASE_URL=https://stella-ops.local npx playwright test --config playwright.config.ts tests/e2e/ui-truthful-state-cutover.recheck.spec.ts --workers=1 --reporter=list
Playwright test mapping: rechecks mounted truthful-state routes after the mock-data cutover
Route: /setup/integrations/activity
Assertions:
- heading "Integration Activity" is visible
- "Audit trail for all integration lifecycle events" is visible
- removed "Mock data for development" text is absent
Command output snippet:
- Running 2 tests using 1 worker
- ✓ rechecks mounted truthful-state routes after the mock-data cutover (22.4s)
- ✓ rechecks policy governance conflicts without fabricated preview content (11.2s)
- 2 passed (34.9s)
Result: pass

View File

@@ -0,0 +1,32 @@
{
"type": "ui",
"module": "web",
"feature": "integration-hub-ui",
"runId": "run-002",
"baseUrl": "https://stella-ops.local",
"capturedAtUtc": "2026-04-15T17:03:18Z",
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/ui-truthful-state-cutover.recheck.spec.ts",
"playwrightTests": [
"rechecks mounted truthful-state routes after the mock-data cutover"
],
"steps": [
{
"description": "Open the mounted integration activity route.",
"action": "navigate",
"target": "/setup/integrations/activity",
"expected": "The route renders Integration Activity with audit-backed lifecycle context.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
},
{
"description": "Verify the removed development feed placeholder text is absent.",
"action": "assert",
"target": "Integration Activity page body",
"expected": "\"Mock data for development\" does not appear on the mounted route.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
}
],
"evidence": "docs/qa/feature-checks/runs/web/integration-hub-ui/run-002/evidence/playwright-ui-evidence.txt",
"verdict": "pass"
}

View File

@@ -0,0 +1,15 @@
Tier2 strict UI evidence for offline-kit-ui-integration
CapturedAtUtc: 2026-04-15T17:03:18Z
Playwright command: PLAYWRIGHT_BASE_URL=https://stella-ops.local npx playwright test --config playwright.config.ts tests/e2e/ui-truthful-state-cutover.recheck.spec.ts --workers=1 --reporter=list
Playwright test mapping: rechecks mounted truthful-state routes after the mock-data cutover
Route: /ops/operations/offline-kit/bundles
Assertions:
- heading "Bundle Management" is visible
- "Load, verify, and manage offline bundles for air-gapped operation" is visible
- removed seeded bundle placeholder text is absent
Command output snippet:
- Running 2 tests using 1 worker
- ✓ rechecks mounted truthful-state routes after the mock-data cutover (22.4s)
- ✓ rechecks policy governance conflicts without fabricated preview content (11.2s)
- 2 passed (34.9s)
Result: pass

View File

@@ -0,0 +1,32 @@
{
"type": "ui",
"module": "web",
"feature": "offline-kit-ui-integration",
"runId": "run-002",
"baseUrl": "https://stella-ops.local",
"capturedAtUtc": "2026-04-15T17:03:18Z",
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/ui-truthful-state-cutover.recheck.spec.ts",
"playwrightTests": [
"rechecks mounted truthful-state routes after the mock-data cutover"
],
"steps": [
{
"description": "Open the mounted bundle management route.",
"action": "navigate",
"target": "/ops/operations/offline-kit/bundles",
"expected": "The route renders Bundle Management with the live offline-bundle workflow.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
},
{
"description": "Verify seeded offline bundle placeholder text is absent.",
"action": "assert",
"target": "Bundle Management page body",
"expected": "\"Mock data - in production, load from IndexedDB or cache\" does not appear on the mounted route.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
}
],
"evidence": "docs/qa/feature-checks/runs/web/offline-kit-ui-integration/run-002/evidence/playwright-ui-evidence.txt",
"verdict": "pass"
}

View File

@@ -0,0 +1,16 @@
Tier2 strict UI evidence for policy-governance-controls-ui
CapturedAtUtc: 2026-04-15T17:03:18Z
Playwright command: PLAYWRIGHT_BASE_URL=https://stella-ops.local npx playwright test --config playwright.config.ts tests/e2e/ui-truthful-state-cutover.recheck.spec.ts --workers=1 --reporter=list
Playwright test mapping: rechecks policy governance conflicts without fabricated preview content
Route: /ops/policy/governance/conflicts
Assertions:
- heading "Policy Governance" is visible
- mounted conflict wizard advances into "Compare Conflicting Sources"
- the compare step shows metadata-only unavailable notices
- generated "condition" and "action" fields are absent
Command output snippet:
- Running 2 tests using 1 worker
- ✓ rechecks mounted truthful-state routes after the mock-data cutover (22.4s)
- ✓ rechecks policy governance conflicts without fabricated preview content (11.2s)
- 2 passed (34.9s)
Result: pass

View File

@@ -0,0 +1,40 @@
{
"type": "ui",
"module": "web",
"feature": "policy-governance-controls-ui",
"runId": "run-002",
"baseUrl": "https://stella-ops.local",
"capturedAtUtc": "2026-04-15T17:03:18Z",
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/ui-truthful-state-cutover.recheck.spec.ts",
"playwrightTests": [
"rechecks policy governance conflicts without fabricated preview content"
],
"steps": [
{
"description": "Open the mounted policy governance conflicts route.",
"action": "navigate",
"target": "/ops/policy/governance/conflicts",
"expected": "The route renders Policy Governance and either an empty conflicts state or a live conflict list.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
},
{
"description": "Open a live conflict resolution flow and advance into the compare step.",
"action": "click+assert",
"target": "First Resolve link and wizard Next button",
"expected": "Conflict Resolution Wizard reaches Compare Conflicting Sources on the mounted route.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
},
{
"description": "Verify metadata-only preview messaging and the absence of fabricated rule bodies.",
"action": "assert",
"target": "Conflict Resolution Wizard compare step",
"expected": "Metadata-only unavailable notices render and generated \"condition\" / \"action\" JSON fields are absent.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
}
],
"evidence": "docs/qa/feature-checks/runs/web/policy-governance-controls-ui/run-002/evidence/playwright-ui-evidence.txt",
"verdict": "pass"
}

View File

@@ -0,0 +1,15 @@
Tier2 strict UI evidence for topology-trust-administration-ui
CapturedAtUtc: 2026-04-15T17:03:18Z
Playwright command: PLAYWRIGHT_BASE_URL=https://stella-ops.local npx playwright test --config playwright.config.ts tests/e2e/ui-truthful-state-cutover.recheck.spec.ts --workers=1 --reporter=list
Playwright test mapping: rechecks mounted truthful-state routes after the mock-data cutover
Route: /setup/topology/overview
Assertions:
- view-mode radio "Command" is visible
- view-mode radio "Topology" is visible
- removed fallback text is absent
Command output snippet:
- Running 2 tests using 1 worker
- ✓ rechecks mounted truthful-state routes after the mock-data cutover (22.4s)
- ✓ rechecks policy governance conflicts without fabricated preview content (11.2s)
- 2 passed (34.9s)
Result: pass

View File

@@ -0,0 +1,32 @@
{
"type": "ui",
"module": "web",
"feature": "topology-trust-administration-ui",
"runId": "run-002",
"baseUrl": "https://stella-ops.local",
"capturedAtUtc": "2026-04-15T17:03:18Z",
"playwrightSpec": "src/Web/StellaOps.Web/tests/e2e/ui-truthful-state-cutover.recheck.spec.ts",
"playwrightTests": [
"rechecks mounted truthful-state routes after the mock-data cutover"
],
"steps": [
{
"description": "Open the mounted topology overview route.",
"action": "navigate",
"target": "/setup/topology/overview",
"expected": "The route renders the topology overview shell with live Command and Topology view-mode radios.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
},
{
"description": "Verify the removed fallback layout copy is absent.",
"action": "assert",
"target": "Topology overview page body",
"expected": "\"Mock topology layout for when API returns empty\" does not appear on the mounted route.",
"result": "pass",
"stepCapturedAtUtc": "2026-04-15T17:03:18Z"
}
],
"evidence": "docs/qa/feature-checks/runs/web/topology-trust-administration-ui/run-002/evidence/playwright-ui-evidence.txt",
"verdict": "pass"
}