What is the easiest way to run collection/request multiple time (best with delay) using Thunder Client (or its cli)
Aiming for similar usage as in Postman Collection Runner or newman:
npx newman run my.postman_collection.json --delay-request 2000 -n 200
I checked docs and internet :) but is hard to find this kind examples.