Reputation: 45
I m trying to run a postman collection using newman. This collection works fine with postman. However when i run it through newman i see this below error
# failure detail
I have to use newman for my test beacause the script have file post in the request.
A help would be much appreciated
Upvotes: 0
Views: 1392
Reputation: 45
Figured out had to appended -k and it worked C:\Users\anaik>newman run C:\ProgramData\anaik\Postman\app-5.4.1\Test.postman_co llection.json -k
Upvotes: 4