0

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?

karel
  • 5,489
  • 46
  • 45
  • 50
Shubham Jain
  • 16,610
  • 15
  • 78
  • 125

1 Answers1

2

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.

Pratik Mandrekar
  • 9,362
  • 4
  • 45
  • 65
  • 2
    Hi Pratik , Thanks for you reply, I have created a issue as below :- https://github.com/postmanlabs/postman-app-support/issues/3174. I do not have access to post anything on :- https://trello.com/b/4N7PnHAz/postman-roadmap-for-developers – Shubham Jain Jun 16 '17 at 14:07