Artillery is not selecting correct filters per API when running via Jenkins #3530
shiv-vsics
started this conversation in
Artillery
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
@hassy
Hi hassy/Team,
I have a query to ask. I am running 1 performance test using artillery via jenkins. My yaml file looks as below:
while my js file looks as below which is used in this YAML as a processor:
this js code has been written to take unique calls from csv and pick random rows.
now the issue is, my jenkins pipeline can take multiple Endpoint as comma separated so when it runs. API1 will be executing and it will pick API1Filter from column1 in CSV, but when API2 gets execute, it still takes API1Filter instead of taking API2Filter which is 2nd column in my CSV file. Am i doing something incorrect ? what could be issue?
Beta Was this translation helpful? Give feedback.
All reactions