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
I have defined a set of custom command line parameters with default values in my locustfile. However I noticed that if I use the --modern-ui then it does not allow me edit the custom parameter from UI. The same thing works fine on the original UI. In the below example I am expecting to edit the "email_id" and "device_id" via UI.
Prerequisites
Description
I have defined a set of custom command line parameters with default values in my locustfile. However I noticed that if I use the --modern-ui then it does not allow me edit the custom parameter from UI. The same thing works fine on the original UI. In the below example I am expecting to edit the "email_id" and "device_id" via UI.
Command line
locust -f locustfile.py --modern-ui --all-requests
Locustfile contents
Python version
3.10.3
Locust version
2.19.0
Operating system
Win 11
The text was updated successfully, but these errors were encountered: