-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
Im trying to iterate through multiple devices and getting the response from each device. But since frisby requires return to work then I cannot use it in a for loop.
Is there any way to loop through multiple devices.
ex. device 123456 gets a response then I grab that response and save it in a text file then I want to continue looping through the rest of the devices and save the response on text file.
basic form:
for (i = 0; i < foo.length; i++) {
return frisby.get(baseUrl + foo[i]+ endPoint)
.then(function (res) {
console.log('HERE');
});
}
The above will only process the 1st iteration due to the required return. Is there a way to bypass it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels