locustio / locust

Write scalable load tests in plain Python 🚗💨
https://locust.cloud
MIT License
25.11k stars 3k forks source link

Locust Configurable Web Base Path #2966

Closed andrewbaldwin44 closed 2 weeks ago

andrewbaldwin44 commented 3 weeks ago

Proposal

  1. Use a configurable base_path that allows Locust to be hosted under host/path_name

Fixes #2909

Adapted from @Grommash9's changes