docs: separate smoke and e2e run instructions
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m31s

This commit is contained in:
2026-07-04 21:13:17 +09:00
parent 8bc8cea5ef
commit eb24f22477
2 changed files with 24 additions and 2 deletions
+12
View File
@@ -195,6 +195,18 @@ ADMIN_URL="https://www.taxbaik.com/taxbaik/admin/login" \
bash ./scripts/taxbaik-smoke.sh
```
Windows PowerShell에서는 이렇게 실행합니다.
```powershell
$env:E2E_BASE_URL = "https://www.taxbaik.com/taxbaik"
npm run test:e2e:smoke -- --project="Public Smoke"
npm run test:e2e:smoke -- --project="Admin Smoke"
$env:ROOT_URL = "https://www.taxbaik.com/"
$env:ADMIN_URL = "https://www.taxbaik.com/taxbaik/admin/login"
bash ./scripts/taxbaik-smoke.sh
```
---
## 개발 지침