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
I'm trying to automate API testing via Bruno CLI using CSV file as an input. I'm aware that we can use setVar since it'll persist it across a collection, hence reusable. However, it's looks like a hack rather than a proper solution because it's not really chaining the API request from one to another. In this case, if I use that with --csv-file-path option, then doesn't that mean the var will be used for all API requests from the CSV file? I'm not sure if such feature already available, hope someone can guide me to the right direction here. Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm trying to automate API testing via Bruno CLI using CSV file as an input. I'm aware that we can use
setVar
since it'll persist it across a collection, hence reusable. However, it's looks like a hack rather than a proper solution because it's not really chaining the API request from one to another. In this case, if I use that with--csv-file-path
option, then doesn't that mean the var will be used for all API requests from the CSV file? I'm not sure if such feature already available, hope someone can guide me to the right direction here. Thanks!Reference for using
setVar
: #942Beta Was this translation helpful? Give feedback.
All reactions