I'm getting two errors as shown in the attached screenshot while trying to run my postman script (collection.json) on a docker in GitLab. The following are the details regarding the my system settings:
1. Newman Version: 4.1.0
2. OS details: Windows 7, 64 bit
3. Expected behaviour: I should get the Status code as 200 and my assertion should pass.
4. Command/script used to run Newman: newman run Generate_Access_Token.postman_collection.json --reporters cli, html --reporter-html-export report.html
I'm getting two errors as shown in the attached screenshot while trying to run my postman script (collection.json) on a docker in GitLab
It worked for me by adding --insecure at the end of my run statement. The new statement looks like the below: