test: verify federation keeps the AP1 contract

This commit is contained in:
donghyeon-ka
2026-07-25 16:39:01 +09:00
parent c15aeabb87
commit 49863532e1
4 changed files with 75 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/usr/bin/env sh
set -eu
set -a
. ./.env
set +a
./scripts/set-first-broker-login-mode.sh secure
npm --prefix e2e ci
MOCK_GOOGLE_USER_PASSWORD="$MOCK_GOOGLE_USER_PASSWORD" \
npm --prefix e2e run test:federation-zero-change