A starterkit for load testing sites with k6.
- Copy this starterkit into your application code base.
- Add scenarios which are more appropriate for your project.
- Adjust the base vitual users in the Makefile.
- basic.js - A simple script demonstrating how to check a page and wait t
- cookie.js - How to use cookies to avoid logging into a site.
- httpauth.js - How to test a site with http authentication configured.