- K6
- A linux environment (WSL / MacOS should be fine)
BASE_URL
fill this with your backend url (eg:http://localhost:8080
)
BASE_URL=http://localhost:8080 k6 run script.js
BASE_URL=http://localhost:8080 REAL_WORLD_CASE=true k6 run --vus 300 -i 300 script.js