test: split live tests into separate config

This commit is contained in:
Peter Steinberger
2026-01-08 02:00:11 +01:00
parent 28e725215d
commit 5e01e64cf3
4 changed files with 18 additions and 0 deletions

View File

@@ -69,6 +69,7 @@
"test:force": "tsx scripts/test-force.ts",
"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:qr": "bash scripts/e2e/qr-import-docker.sh",
"protocol:gen": "tsx scripts/protocol-gen.ts",
"protocol:gen:swift": "tsx scripts/protocol-gen-swift.ts",