How to pass csv data in postman collection so moni

2019-08-18 22:53发布

问题:

I have a situation where I have added my testdata in csv sheet. Moreover, I have created automated tests in js and I am passing this csv data with csv at the time of Collection Runner. It is working fine with postman on my local but when I run these testcases on postman monitor(https://monitor.getpostman.com/) these testcases is failing. Surely because of csv file unavailability. Is there any way I can pass my csv to monitor mode?

回答1:

Unfortunately there is no such functionality in place right now. You can use csv files with collection runs and directly via the newman cli tool as described here.

You can file a feature request for this and look at the current product roadmap here.