I want to skip nextrequest in apidog testcases. In postman we have postman.setNextRequest("request_name");
to skip the next request. Is there any alternative to skip the same in apiDog?
I tried postman.setNextRequest("request_name")
the same in apidog but couldn't get.