Replies: 1 comment 1 reply
-
Hi @CKalinski 👋 I believe the problem is that you've set |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to load a set of complex URLs from a CSV into a scenario loop. No joy on them coming through. Wondering if these are just too complex or do I have something amiss in the definitions here? Do I need to break them up and assemble a text string within the yml instead. Would like to avoid that as it would involve chopping the URL up into five or sixes pieces and then mapping that into the CSV setup.
No joy on getting this to load from the CSV file. I have verified it is a plain text file and UTF-8. The URL text runs fine if it is hard-coded into the yml scenario, but for some reason it is not loading from the CSV. In the log statement, I am getting back the message 'undefined' for the variable read in from the file.
Here is the yaml file (URL's scrubbed a bit). A sample of one of the URLs is included. (Most of this was copy/paste from either the docs or the examples, the intent being we would set the phase parameters once the baseline code was stable.)
Pieces of the URL that change item from item in our list...
Command line being used:
artillery run -e uat -q -o ".\outputs\TEST.json" config-test.yml
Beta Was this translation helpful? Give feedback.
All reactions