0 votes
in POSTMAN by

How can we stop executing requests or stop the collection run?

1 Answer

0 votes
by
postman.setNextRequest(null);
...