I am new to Newman package execution with postman collection. I have done the following steps to run the postman collection using Newman package, but getting 'Assertion failure in the Newman report' with this message "getaddrinfo ENOTFOUND www.google.com"
I have one collection with some API's, which reads URL value from the environment collection.
command used to run the collection: Newman run collection_name.json -e environment_collection.json -r htmlextra
Please help