Exporting Test Collections in Postman Jetpack

前端 未结 6 1903
臣服心动
臣服心动 2021-02-02 05:12

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?

6条回答
  •  误落风尘
    2021-02-02 05:58

    Best way which I used, Create a login on postman and whenever You do login on another computer login with the same account, You will get all the data.

    Otherwise, Export the data into Json format from setting->data. And the same json can be used for import.

提交回复
热议问题