An Insomnia plugin to repeatedly send a request, each time replacing some data with information from a CSV file, and collecting response data into the CSV file.
This PR adds a new configuration option to set a delay between consecutive requests, as requested by @dotJson on issue #1.
Primary usecase is to avoid rate limiting on APIs that are slow/resource constrained or have strict rate limits. Also to increase feature coverage as compared to Postman Test Runner, which does have this function.
This PR adds a new configuration option to set a delay between consecutive requests, as requested by @dotJson on issue #1.
Primary usecase is to avoid rate limiting on APIs that are slow/resource constrained or have strict rate limits. Also to increase feature coverage as compared to Postman Test Runner, which does have this function.
Closes #1