postmanlabs / newman

Newman is a command-line collection runner for Postman
https://www.postman.com
Apache License 2.0
6.82k stars 1.15k forks source link

Facing issue with newman while sending message to slack #3171

Closed SaranyaJothi6101 closed 9 months ago

SaranyaJothi6101 commented 9 months ago

Trying to use newman to integrate the postman collections in docker command.. Integration is working but when I try to send notification of newman result to slack getting timeout ..This is the comand I have used: "docker run -e http_proxy -e https_proxy --network=host -t postman/newman run newman_sample.json --insecure --color off --disable-unicode --reporters cli,slack --reporter-slack-webhook-url "xxxx". Please help to resolve the issue asap.