Replies: 1 comment
-
That's a known quoting issues on Windows, please see: #984 |
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 am using very simple command to test artillery script and trying to pass variable from the command line. Command is
artillery run -v '{"var1": "value1", "var2": "value2"}' .\test\performance\applications.yml -e development
It is giving error
Variable definition is not valid JSON. Correct example: -v '{"var1": "value1", "var2": "value2"}'
I cannot see any difference between my command and the error. Any help??
Beta Was this translation helpful? Give feedback.
All reactions