11 comments

[ 2.2 ms ] story [ 33.5 ms ] thread
I wrote up my findings on this late last night, so I would greatly appreciate anyone who might be able to give me an independent sanity check that this is actually what's happening.
(comment deleted)
There is a reason why it is now a forbidden tool in many corporations.
I don't get why people still use postman when you have nice open-source tools such as Bruno [0], which actually can do a lot of what postman does, and more than that you can even import your postman collections.

[0] : https://github.com/usebruno/bruno

Thank you so much for sharing this. We're actively looking for alternatives to Postman right now, and would be heavily inclined toward an OSS solution.
You're welcome, and thanks a lot for sharing this article.
If you're OK with a cli app, you can try Hurl [1], it's a cli based on curl and plain text, to run and test HTTP requests (I'm one of the maintainer)

[1]: https://hurl.dev

I'm officially a Hurl user - really awesome work! Captures + asserts is exactly how I want to be thinking about API testing. Also, the VSCode extensions for syntax highlighting a .hurl file, and the "Hurl runner" so I can click a button to run a test, are pretty much all the GUI I need.

Thanks again for sharing this!

I really tried to use Bruno but I lost all my work because of a bug in it - I don't think it is ready for trusting my day-to-day work to it.