Reputation: 11
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 an error
POST http://localhost:3000/login [errored]
connect ECONNREFUSED 127.0.0.1:3000
JSONError in test-script"
I have one collection with some API's, which reads URL value from the environment collection url and Value http://localhost:3000
command used to run the collection: Newman run collection_name.json -e environment_collection.json
would you please advice
Upvotes: 1
Views: 1561