test(gateway): add multi-instance e2e suite

This commit is contained in:
Peter Steinberger
2026-01-03 13:37:46 +01:00
parent db36f0105d
commit 1e0f776824
4 changed files with 504 additions and 0 deletions

View File

@@ -56,6 +56,7 @@
"test": "vitest",
"test:force": "tsx scripts/test-force.ts",
"test:coverage": "vitest run --coverage",
"test:e2e": "vitest run --config vitest.e2e.config.ts",
"protocol:gen": "tsx scripts/protocol-gen.ts",
"protocol:gen:swift": "tsx scripts/protocol-gen-swift.ts",
"protocol:check": "pnpm protocol:gen && pnpm protocol:gen:swift && git diff --exit-code -- dist/protocol.schema.json apps/macos/Sources/ClawdisProtocol/GatewayModels.swift",