test: add plugin docker e2e

This commit is contained in:
Peter Steinberger
2026-01-11 12:21:45 +00:00
parent cf0c72a557
commit 933c157092
5 changed files with 70 additions and 3 deletions

View File

@@ -298,6 +298,7 @@ These run `pnpm test:live` inside the repo Docker image, mounting your local con
- 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`)
- Plugins (custom extension load + registry smoke): `pnpm test:docker:plugins` (script: `scripts/e2e/plugins-docker.sh`)
Useful env vars: