Closed AdamHepner closed 3 years ago
Hi @AdamHepner ! We've already released a fix in the version 5.0.1. This issue was related to incorrect parsing of parameters when using the CLI (https://github.com/reportportal/agent-js-postman/issues/43). I'll close this issue but feel free to open it again if you have any other questions on the topic.
Newman version: 5.2.2 agent-js-postman version: 5.0.0
I launch newman in such manner:
and receive following output:
This happens regardless if I provide endpoint by hostname only, or with endpoint path
/api/v1
. What I've managed to identify is that it seems to be an axios problem - when no host is provided, is tries to connect to 127.0.0.1:80 by default.