How to pass csv data in postman collection so monitor can pick it

瘦欲@ 提交于 2019-12-12 01:57:05

问题


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.



来源:https://stackoverflow.com/questions/44588880/how-to-pass-csv-data-in-postman-collection-so-monitor-can-pick-it

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!