-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
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
cant show html chart version locust 2.4.0 #1908
Labels
Comments
in case of environment.shape_class code path, stats_history won't be filled, thus preventing the Charts graph to be displayed in the html report.
(this complete commit 08bc7e9) |
AlexisC0de
pushed a commit
to AlexisC0de/locust
that referenced
this issue
Oct 21, 2021
in case of environment.shape_class code path, stats_history won't be filled, thus preventing the Charts graph to be displayed in the html report (complete commit 08bc7e9)
AlexisC0de
pushed a commit
to AlexisC0de/locust
that referenced
this issue
Oct 21, 2021
in case of environment.shape_class code path, stats_history won't be filled, thus preventing the Charts graph to be displayed in the html report (complete commit 08bc7e9)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Headless mode cannot view charts-html
Expected behavior
The generated htlm can be displayed normally
Actual behavior
Steps to reproduce
`from locust import HttpUser,TaskSet,between,task,FastHttpUser
from locust import LoadTestShape
headers = {"Content-Type": "application/json", "app_id": "101"}
class UserBehavior(TaskSet):
class MyCustomShape(LoadTestShape):
class WebsiteUser(FastHttpUser):
tasks = [UserBehavior]
`
Environment
The text was updated successfully, but these errors were encountered: