I use the following thing in the command line
newman run e_api.json -e ent_env.json --reporters cli,html
But it shows me unable to verify the first certificate error
How can I ignore https/ssl certificate error?
I tried using following command, but it's not working.
newman run e_api.json -e ent_env.json --reporters cli,html --ignore-https_proxy