Locust is an open source performance/load testing tool for HTTP and other protocols. Its developer-friendly approach lets you define your tests in regular Python code. Locust tests can be run from ...
This project contains load testing scripts for the Supplier Connect API using Python and Locust. . ├── locustfile.py # Main Locust file (imports all API classes) ├── locust.conf # Configuration (host, ...