Chapter 2 Assignment
A 6-test suite
The brief
Build a k6 suite in `tests/k6/` with one script per scenario type (smoke, load, stress, spike, soak) plus a registration-flow scenario. Document what each tests in a README.
You've completed this when
- All 6 scripts run
- Each has thresholds that fail on regression
- README explains when to run each
Worked through every criterion?
Push your code to GitHub, paste the link in your notes.md, and move on.
Continue to ch.3: Finding the Bottleneck