After the locustfile server loaded with --class-picker
, how can change to another locustfile dynamically without restart server?
#2169
Labels
Is your feature request related to a problem? Please describe.
Yes, I want to change the loustfile content no need to restart the master/worker service again
Describe the solution you'd like
locust -f /scripts --class-picker
and thescript
folder contains one locustfile, file name islocustfile1.py
locustfile1.py
to run the testinglocustfile1.py
, then I from the webui started a new test for the same locust user:locustfile1.py
locustfile.py
script
calledlocustfile2.py
, but from the webUIUserClasses
dropdown pickup, I cannot find thelocustfile2.py
Describe alternatives you've considered
NO
Additional context
NO
The text was updated successfully, but these errors were encountered: