Replies: 1 comment
-
|
Edit - i thought someone pointed me in the right direction, because by removing the hyphen it worked. Until it didn't. Completely random. I guess the webUI just can't be relied on to change custom arguments. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to both Python and Locust so I could be doing something wrong but if I define custom parameters like this:
Then try to get the values like this
If i change the values on the webui between runs,
udv_var1 will ALWAYS be "defaultValue" no matter what I change it to on the webui.
udv_var2 is changeable and will take whatever value I set in the webUI
But that means I can't provide the user/test with default values. Am I doing something wrong?
Beta Was this translation helpful? Give feedback.
All reactions