I created a collection in Postman which contains a single request, I am running the collection by uploading a test case (.csv)
file, It's working perfectly.
But I want to do the same via Newman. So I have installed the Newman and I have copied my collection link from the Postman, and but I don't know how to pass the test case file to it?
I tried this:
newman run https://www.getpostman.com/collections/944624fbc40ec677902e -d /path/to/file
but it's not working.