Tracy Collins
Tracy Collins
I had the same problem! Maybe you could add this solution to the docs/README? Thanks!
> For each request, if you want to wait before sending a request, add this to the pre-request script. > > ```js > setTimeout(function () { > console.log("executed delay for...
@shamasis should I add the setTimeout inside of the pre-request event callback in newman? or inside the actual Postman pre-request script?
@shamasis Ah, I get it now. I was thinking that the setTimeout would be in one of the newman event callbacks, which doesn't work. thanks!
Yes, please!
yeah, same error here