Automated Testing Process Was Interrupted
postman.setNextRequest()
One possible reason is that in one of the API in your test scenario, you insert a custom script with postman.setNextRequest()
functions in Pre/Post processors, which may interrupte your entire test flow without an error. You can use another script to replace it.
Recently, Apidog has not supported postman.setNextRequest()
functions.