docs: note local smoke prerequisites
TaxBaik CI/CD / build-and-deploy (push) Failing after 6m58s

This commit is contained in:
2026-07-04 21:25:43 +09:00
parent 9abdd06662
commit f283a78845
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -174,6 +174,8 @@ master 브랜치에 푸시하면 파이프라인이 다음 단계를 수행합
공개/관리자 분리 검증은 아래 명령을 사용합니다.
로컬에서 실행할 때는 먼저 `npm run test:e2e`가 가리키는 대상 서버를 띄워둬야 합니다.
| 용도 | Bash | PowerShell |
| --- | --- | --- |
| Public smoke | `E2E_BASE_URL=https://www.taxbaik.com/taxbaik npm run test:e2e:public-smoke` | `$env:E2E_BASE_URL="https://www.taxbaik.com/taxbaik"; npm run test:e2e:public-smoke` |