Using a combination of wrap and each cypress command I was able to achieve a loop that waits for each iteration and can return the full results without needing a global variable. My current code just iterates through the list and makes the calls a fast as it can like so this.