0

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.

pbaranski
  • 22,778
  • 19
  • 100
  • 117

1 Answers1

1

Right click on the collection, and select Run All menu item and you will see all the options for delay, iterations etc

Ranga Vadhineni
  • 349
  • 2
  • 13