Shubham Jain
Shubham Jain

Reputation: 17593

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

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?

Upvotes: 0

Views: 1062

Answers (1)

Pratik Mandrekar
Pratik Mandrekar

Reputation: 9568

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.

Upvotes: 2

Related Questions