-1

I am using the Postman tool and created collection.

I have executed a collection using Postman Collection Runner, then I am able to view results. It is fine.

But when I exported the results file the using "Export Results" tab, I am not able to see complete requests and responses in the exported file.

How can I get all the requests and responses in the exported file?

n-verbitsky
  • 552
  • 2
  • 9
  • 20
Nag-Raj
  • 169
  • 1
  • 4
  • 13

1 Answers1

0

I added a similar answer to a different question. I don’t think that the export on the collection runner will get you a full list of that data.

How to export/download Response Body into an external file from Postman Collection Runner Results?

Danny Dainton
  • 23,069
  • 6
  • 67
  • 80
  • Thanks Danny ,it's working for me .i am to able to get response also in exported json file. – Nag-Raj Jan 09 '18 at 13:01
  • 3
    Please don't post answers which are effectively just links to other answers (by your or someone else). Post one good answer, then vote/flag to close the other questions as duplicates. If the question is not a duplicate, *tailor your answers to the question.* – Makyen Jan 10 '18 at 01:22
  • Point taken. Still learning the correct etiquette of the platform. – Danny Dainton Jan 10 '18 at 07:33
  • Thanks @Makyen for suggesting ! – Nag-Raj Jan 10 '18 at 13:35
  • Not sure if the original question which was duplicated here ever got an accepted answer; for those who are OK with getting response data from collection runner as a string, [here's a quick workaround using environment variables](https://stackoverflow.com/a/51049530/3344534) – bomberjackets Jun 26 '18 at 18:43
  • Seems like a bit of a mess of JS code but I guess it works :) – Danny Dainton Jun 26 '18 at 20:01