You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When custom options are set through the Locust WebUI, they consistently return None when accessed via self.environment.parsed_options. In this case, when running lucust -f tasks.py --username test the username is test. That's correct, but when I set this option through the Locust WebUI, it is None which is incorrect.
Prerequisites
Description
When custom options are set through the Locust WebUI, they consistently return
None
when accessed viaself.environment.parsed_options
. In this case, when runninglucust -f tasks.py --username test
the username istest
. That's correct, but when I set this option through the Locust WebUI, it isNone
which is incorrect.Command line
lucust -f tasks.py
Locustfile contents
Python version
3.10
Locust version
2.32.4
Operating system
Linux
The text was updated successfully, but these errors were encountered: