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
Running a collection using the usual
newman -c xyz.json.postman_collection -e abc.postman_environment
was giving me a request error.
Couldn't figure why it wasnt able to construct the request. Turned out that my environment variables didn't have the http:// prefixed to them. Postman would understand that and execute the requests anyway, but Newman wouldn't.
The text was updated successfully, but these errors were encountered:
Running a collection using the usual
newman -c xyz.json.postman_collection -e abc.postman_environment
was giving me a request error.
Couldn't figure why it wasnt able to construct the request. Turned out that my environment variables didn't have the http:// prefixed to them. Postman would understand that and execute the requests anyway, but Newman wouldn't.
The text was updated successfully, but these errors were encountered: