GoGoManager Test Cases! ProjectSprint Batch 3 Project 1 Prerequisites k6 How to start Navigate to the folder where this is extracted / clone in terminal run BASE_URL=http://localhost:8080 make pull-test ⚠️ Adjust the BASE_URL value to your backend path Cookbook 🍳 How can I know what's the payload that k6 give and what it receives? Run in debug mode: DEBUG=true BASE_URL=http://localhost:8080 make pull-test For easier searching, you can run this to record the output to output.txt for easier searching DEBUG=true BASE_URL=http://localhost:8080 make pull-test-out Environment Variables BASE_URL (string,url) sets the base url of the backend DEBUG (boolean) show what was sent to the backend, and what is the response