hoppscotch / hoppscotch

Open source API development ecosystem - https://hoppscotch.io (open-source alternative to Postman, Insomnia)

Home Page:https://hoppscotch.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug]: Unable to import Hoppscotch collections into Postman

Michele971 opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Current behavior

I'm encountering difficulties when attempting to import Hoppscotch collections into Postman. Despite following the recommended steps for migration, the imported collections do not appear in Postman as expected.

The issues persists across multiple attempts to import the collection into Postman.
No error messages or notifications are displayed during the import process, suggesting that the migration is successfull.

I'm seeking guidance, insights, or potential workarounds to successfully import Hoppscotch collections.

Thank you in advance!

Steps to reproduce

  1. export a collection in Hoppsctoch
  2. import the collection into Postman

Environment

Production

Version

Cloud

When you say that you are "following the recommended steps", you talk about Postman documentation ?

If you export to JSON format and Postman can't succeed in importing the file is looks like a bug in postman more than in hoppscotch to me.

if anyone is facing the same issue and needs a quick/dirty solution, I made this python script to convert Hoppscotch JSON collections into Postman's... the result is not perfect but it was really helpful for my case.

https://gist.github.com/imhmdb/0aa11fd56f6c6d88172dd38e72a703ea

if anyone is facing the same issue and needs a quick/dirty solution, I made this python script to convert Hoppscotch JSON

Thanks. It works.