I had postman installed and set with environments and collections. Then I created account in web postman page and it suggested me to open postman. When I opened postman all old data(environments and collections) and settings were lost.
Asked
Active
Viewed 2,153 times
1
-
Please check this question/answer: https://stackoverflow.com/questions/47399809/where-are-postman-collections-saved – Emond Jul 10 '21 at 12:37
-
Yes, I managed to find this files, however I couldn't find the way to import them. How to import data from this folder ...\AppData\Roaming\Postman\IndexedDB to postman – Roman Lototskyi Jul 11 '21 at 06:19
-
1Have you tried logging out of postman and use it without an account? You could then export the collections etc to file. That is what I do to I can add then to source control and be part of integration tests – Emond Jul 11 '21 at 15:35
-
Thanks you @EmondErno, I have tried logging out of postman and it helped. – Roman Lototskyi Jul 12 '21 at 06:45
1 Answers
6
Log out in Postman, open and export the collections.
As a more general solution you could export to file and add the file to source control. That way these collections can be part of the test sets

Emond
- 50,210
- 11
- 84
- 115