ProjectSprint! Social Media Test Cases

Prerequisites

  • K6
  • A linux environment (WSL / MacOS should be fine)

Environment Variables

  • BASE_URL fill this with your backend url (eg: http://localhost:8080)

How to run

For regular testing

BASE_URL=http://localhost:8080 make run

For load testing

BASE_URL=http://localhost:8080 make runAllTestCases