Hello everyone,
I was wondering if there is the possibility to store an environment variable with an array of values and launch a collection against all the stored values.
Just to clarify:
imagine to have a varaible with the following array initialization :
[…]
“url”: [“url1.com” , “url2.com”]
[…]
would be possible to parametrize the collection to use all the values in the array above ?
ATM I have several environments files generated and a script to launch against all these files, but, having a single file would be off course easier to mantain.
Thank you