Some checks failed
Test Suite / playwright-tests (push) Waiting to run
Deploy Development / deploy (push) Failing after 0s
Test Suite / pytest-backend (push) Failing after 5m1s
Test Suite / lint-backend (push) Failing after 0s
Test Suite / build-frontend (push) Successful in 0s
Test Suite / k6 /api/health Baseline (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
403 B
Markdown
17 lines
403 B
Markdown
# k6 Load-Tests (Phase 0)
|
|
|
|
Parallele `/api/health`-Requests gegen Dev oder Prod.
|
|
|
|
## Lokal / CI
|
|
|
|
```powershell
|
|
$env:BASE_URL="https://dev.kairo.jinkendo.de"
|
|
k6 run scripts/load/k6-health-baseline.js
|
|
```
|
|
|
|
```bash
|
|
BASE_URL=https://dev.kairo.jinkendo.de k6 run scripts/load/k6-health-baseline.js
|
|
```
|
|
|
|
Im Gitea-Workflow `test.yml` (Job `k6-health-baseline`) wird k6 automatisch installiert und ausgeführt.
|