I created a cli postman test runner 8 years ago due to the pains involved in API testing: https://github.com/hantuzun/jetman It seems like the API QA developer tooling has still room for disruption.
There is an official cli tool called Newman for running the postman collections.
Bruno: Fast and Git-friendly open-source API client (Postman alternative)
211–220 of 444 posts
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#212Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#213Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#214As well, it would be nice to be able to import my rather large postman collections (an vice versa - provide a collection from Bruno to a Postman user).
Looking forward to when I can switch to this full time.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#215If you use Emacs, restclient is awesome https://github.com/pashky/restclient.el
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#216I am quite partial RapidAPI (previously Paw) but this looks really nice!
Postman/Bruno/insomnia all suffer from the 'curse' of web design making it's way into professional tools leading to lower information density and higher 'white space'.
I feel so strongly on the matter is why I started a project that is unfortunately in comatose for the past year : https://nokori.surge.sh/
The design isn't there yet, but I'm aiming for a professional looking information dense UI.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#217Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#218Earlier quoted context omitted.
You should try insomnia
Insomnia and postman are pretty similar these days. I like the REST extension for VS Code and hurl
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#219Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#220Thank you. As soon as Postman asked for a login I uninstalled it and have been curling from text files ever since. My younger coworkers won't drop Postman though. Maybe this will help them switch.
Can't echo this enough. Thank you! Beyond just the login reqs from Postman, the whole Postman UI has become an overcomplicated mess in my opinion. I just want something simple to make remote HTTP calls. I can understand adding some useful extra things like variable interpolation and separate environments, but beyond that, Postman went way off the "enterprisey" deep end.