Last week, in the monitor console logs, I started seeing the warning “Using “postman.setNextRequest” is deprecated. Use “pm.execution.setNextRequest()” instead.”
When running the tests through the monitors there are no issues using pm.execution.setNextRequest however if you run it through the CLI you get a type-error.
I can’t find ANY documentation on pm.execution.setNextRequest() does anyone know anything about this?