This project includes a k6-based load testing suite under load-tests/.
- Validate baseline performance and stability of the app and API.
- Catch regressions before releases.
- Provide repeatable scenarios (smoke, baseline, stress, spike, endurance).
See load-tests/README.md for the full set of scenarios, configuration, and operational guidance.
From the repository root:
npm run loadtest:smoke
npm run loadtest:baseline- Run load tests only against environments you control/own.
- Prefer running
smokein PRs andbaseline/stress/endurancebefore releases.