test: keep webui CI hermetic offline

This commit is contained in:
2026-07-09 11:53:08 -04:00
parent 9a641ed4a5
commit fe29379ad2
8 changed files with 138 additions and 18 deletions
+4
View File
@@ -66,6 +66,10 @@ modules when present on the branch.
WEBUI_CI_FORCE=1 ./scripts/ci-webui-check
```
`scripts/test-webui` defaults `WEBUI_TEST_OFFLINE=1` so route coverage never
needs Gitea credentials or MCP daemon credential access. Set
`WEBUI_TEST_OFFLINE=0` only for explicit operator live-fetch checks.
Wire `scripts/ci-webui-check` into Jenkins (or equivalent) for PRs that touch
`webui/`, `tests/test_webui_*`, or `docs/webui*`.