Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exporting Test Collections in Postman Jetpack

Tags:

postman

I have a collection of tests in Postman. I'd like to backup this collection.

Is there a way to export the collection as a JSON or text file?

like image 330
Lloyd Banks Avatar asked Jan 13 '15 21:01

Lloyd Banks


People also ask

How do I Download Postman collection from Postman?

In the Postman application in Chrome, select your collection and click Download. Select Collection v1 export option. SoapUI does not support v2 collections. Select where you want to save the collection and click Save.


2 Answers

The answers above work well if you only want to export one collection.

If you have many collections and want to export them all, there's a better way:

Wrench icon (top-right) -> Settings -> Data tab -> Export Data -> Download

This will create a single json file with all your collections.

like image 90
Cristian Diaconescu Avatar answered Sep 27 '22 22:09

Cristian Diaconescu


If you open Postman and look at the sidebar on the left, then hover over the name of the collection there five options: 'Add Folder', 'Edit Collection', 'Duplicate Collection', 'Share Collection', and 'Delete Collection'. Select the 'Share Collection' option and from there you will see a 'Download' button that will allow you to export your collection as the JSON file.

like image 40
Swagin9 Avatar answered Sep 27 '22 20:09

Swagin9