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
Perhaps a naive question, but I wish to have the ability to run multiple locust tests (different min_wait, max_wait times, different servers, etc) which can be specified in a scenario configuration. Right now, I am generating locustfiles for each of these scenarios and then trigger the tests sequentially (using a wrapper script).
Is there a better way?
The text was updated successfully, but these errors were encountered:
@aldenpeterson-wf environment variable to switch between methods and parameters is a good idea, but that will make the code considerably more complex. I think the PR #371 that @bgroupe mentioned is something that I really need. Thanks! I have a wrapper script that generates all these locustfiles correctly anyway.
Perhaps a naive question, but I wish to have the ability to run multiple locust tests (different min_wait, max_wait times, different servers, etc) which can be specified in a scenario configuration. Right now, I am generating locustfiles for each of these scenarios and then trigger the tests sequentially (using a wrapper script).
Is there a better way?
The text was updated successfully, but these errors were encountered: