test(docker): add multi-container gateway network smoke

This commit is contained in:
Peter Steinberger
2026-01-10 04:14:28 +00:00
parent 2045395ccb
commit a057f6a306
3 changed files with 117 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ These run `pnpm test:live` inside the repo Docker image, mounting your local con
- Direct models: `pnpm test:docker:live-models` (script: `scripts/test-live-models-docker.sh`)
- Gateway + dev agent: `pnpm test:docker:live-gateway` (script: `scripts/test-live-gateway-models-docker.sh`)
- Onboarding wizard (TTY, full scaffolding): `pnpm test:docker:onboard` (script: `scripts/e2e/onboard-docker.sh`)
- Gateway networking (two containers, WS auth + health): `pnpm test:docker:gateway-network` (script: `scripts/e2e/gateway-network-docker.sh`)
Useful env vars: