test(live): probe Read tool via gateway

This commit is contained in:
Peter Steinberger
2026-01-10 02:25:24 +00:00
parent 34664601e0
commit 8a5fb796c0
2 changed files with 40 additions and 1 deletions

View File

@@ -92,6 +92,7 @@
"test:coverage": "vitest run --coverage",
"test:e2e": "vitest run --config vitest.e2e.config.ts",
"test:live": "vitest run --config vitest.live.config.ts",
"test:docker:onboard": "bash scripts/e2e/onboard-docker.sh",
"test:docker:qr": "bash scripts/e2e/qr-import-docker.sh",
"test:docker:doctor-switch": "bash scripts/e2e/doctor-install-switch-docker.sh",
"protocol:gen": "tsx scripts/protocol-gen.ts",