We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reports download links do not contain value of the argument web-base-path. Those ones lead to http 404 error.
locust -f locustfile.py --master --web-base-path /locust/myLoadNS
# coding: utf8 from locust import User, TaskSet, task class MyTaskSet(TaskSet): @task(20) def hello(self): pass class Dummy(User): tasks = [MyTaskSet]
3.12.3
2.32.3
Win11
The text was updated successfully, but these errors were encountered:
@andrewbaldwin44
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Prerequisites
Description
Reports download links do not contain value of the argument web-base-path.
Those ones lead to http 404 error.
Command line
locust -f locustfile.py --master --web-base-path /locust/myLoadNS
Locustfile contents
Python version
3.12.3
Locust version
2.32.3
Operating system
Win11
The text was updated successfully, but these errors were encountered: