You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we run the collections from the postman app we have an option to set the next request which runs the specified request item. "postman.setNextRequest("Request Item");
when running this via java codebase using the jar getting below exception
org.mozilla.javascript.EcmaError: TypeError: Cannot find function setNextRequest in PostmanEnvironment
The text was updated successfully, but these errors were encountered:
If we run the collections from the postman app we have an option to set the next request which runs the specified request item.
"postman.setNextRequest("Request Item");
when running this via java codebase using the jar getting below exception
org.mozilla.javascript.EcmaError: TypeError: Cannot find function setNextRequest in PostmanEnvironment
The text was updated successfully, but these errors were encountered: