docs: separate smoke and e2e run instructions
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m31s
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m31s
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## 개발 지침
|
||||
|
||||
Reference in New Issue
Block a user