1
0
forked from baron/baron-sso

devfront e2e test 오류 수정

This commit is contained in:
2026-06-11 16:25:24 +09:00
parent 01bc6d9b08
commit 79845d2b6a
4 changed files with 19 additions and 14 deletions

View File

@@ -298,6 +298,7 @@ echo "==> adminfront using PORT=$port"
(
cd "$tmp_dir/adminfront"
CI=true PORT="$port" PLAYWRIGHT_WORKERS="${PLAYWRIGHT_WORKERS:-1}" \
ADMINFRONT_DIST_DIR="$tmp_dir/adminfront/dist" \
pnpm exec playwright test --max-failures=1 "${playwright_project_args[@]}"
) 2>&1 | tee reports/adminfront-test.log
test_exit_code=${PIPESTATUS[0]}