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"
}