Thanks for the material @aamir.ahmed, but can we identify which request data in the array of json input will serve which api request in the collection
Do u imply that we need to execute different/multiple newman cmds like
–> newman run -folder api1 -data inputfile1
–> newman run -folder api2 -data inputfile2
Doing this in an automation fashion requires to maintain a mapping file between api folders and inputfiles
Do we have the ability to make this possible in just one command?