Some checks failed
Test Suite / lint-backend (push) Waiting to run
Test Suite / build-frontend (push) Waiting to run
Test Suite / k6 /health Baseline (push) Waiting to run
Test Suite / playwright-tests (push) Waiting to run
Deploy Development / deploy (push) Failing after 1s
Test Suite / pytest-backend (push) Has been cancelled
Co-authored-by: Cursor <cursoragent@cursor.com>
17 lines
399 B
Markdown
17 lines
399 B
Markdown
# k6 Load-Tests (Phase 0)
|
|
|
|
Parallele `/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.
|