Add workbench default state smoke
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 18:44:51 +02:00
parent db88d9bec6
commit 7c4de36c58
7 changed files with 239 additions and 1 deletions
+13
View File
@@ -26,6 +26,19 @@ persisted QA/QC result is compared against `fixtures/golden/expected_qa_metrics.
so runtime demo precision, recall, F1, mean IoU and false-positive/negative
counts cannot drift silently.
Verify that the browser-facing workbench can populate the default demo start
state through the frontend proxy:
```bash
bash scripts/verify_workbench_default_state.sh http://192.168.10.150:1202
```
This smoke is dependency-light and intentionally idempotent: it seeds the
offline demo workflow, then verifies that `GeoIntel Demo - Building QA` exposes
the `Demo AOI - Geel buildings` map geometry, `2/2 ready` demo datasets and a
persisted QA/QC result through canonical `data.items` envelopes. Pair it with a
Codex/browser screenshot pass when checking visual layout or overflow.
Verify the deterministic QA/QC golden benchmark:
```bash