Skip to content

nandanugg/SocialMediaTestCases

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 k6 run script.js

For load testing

BASE_URL=http://localhost:8080 REAL_WORLD_CASE=true k6 run --vus 300 -i 300 script.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published