Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 655 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 655 Bytes

Load Testing(https://locust.io/)

Read the docs here

How to add a new test?

I have divided the test scripts into 3, which are represented by the files under /locustfiles folder.

  • api.py - for load testing backend api's
  • mobile.py - for testing mobile user like behavior
  • web.py - for testing web user like behavior Feel free to edit common/config.py as needed

Where to put test files for upload?

You are free to add files of any type in /files folder

How to run the tests?

$ locust -f [path to locustfile.py]  --host https://[your target host]

Then open the web ui in your browser