Ignore requests in a collection run
Number of APIs: 1
This collection shows how you can skip specific requests in a collection run using Qodex.setNextRequest()
.
To try it out, fork the collection, then run it. Notice how the second request (Request to ignore
) isn't being called since we use Qodex.setNextRequest()
in the Test script of Request to run 1
to call Request to run 2
directly.

This is part of the answer to the following question on the Qodex Community Forum: [
- Request to run 2 GET postman-echo.com/get