Automate RC8 release journeys
This commit is contained in:
@@ -726,3 +726,28 @@ the active theme as `Beschikbaar`, `Gedeeltelijk`, `Niet gekoppeld` or `Niet
|
||||
ondersteund`. A coastal or cross-region selection remains visibly split. The
|
||||
browser never calls NGI, SPW, UrbIS, RBINS or MDK directly and never promotes
|
||||
an audited catalog entry to operational data without a matching ready Dataset.
|
||||
|
||||
## Frontend release tests
|
||||
|
||||
Run the deterministic component/hook regression suite locally:
|
||||
|
||||
```bash
|
||||
npm run test:unit
|
||||
```
|
||||
|
||||
Install the browser runtime once and execute the live Belgium/North Sea
|
||||
journeys from the repository root:
|
||||
|
||||
```bash
|
||||
npx playwright install chromium
|
||||
bash scripts/run_rc8_release_journeys.sh \
|
||||
http://192.168.10.150:1202 \
|
||||
artifacts/rc8-release-journeys \
|
||||
artifacts/rc8-golden-areas.json
|
||||
```
|
||||
|
||||
The live runner expects a healthy GeoIntel deployment with PostGIS, the
|
||||
configured local Ollama integration and the configured local YOLO model. It
|
||||
uses only the explicit technical demo-fixture flow for AI validation. Runtime
|
||||
screenshots and the machine-readable manifest are ignored build evidence and
|
||||
must not be committed.
|
||||
|
||||
Reference in New Issue
Block a user