forked from baron/baron-sso
devfront e2e test 오류 수정
This commit is contained in:
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user