How do you handle running the same test across mul...
# best-practices
a
How do you handle running the same test across multiple user roles? I had been calling
.map()
on an array of usernames and then cycling the test logic
n
times, but that seems to be blowing apart my RAM consumption.