I haven't seen anything being able to compare excels. Also, usually test frameworks are aimed at developers (unsurprisingly), not at testers who might not be comfortable in writing scripts (looking at you, Katalon)
Bruno: Fast and Git-friendly open-source API client (Postman alternative)
61–70 of 444 posts
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#62Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#63Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#64I.e. something that I can query via curl or via a network library that I’m using, and see in response what kind of request it actually received. It helps me verify that I’m making correct requests (and not misusing curl or a network library).
Currently I google for that and use the first online result that comes up. Is there an open source local equivalent, or does Bruno offer some solution for that?
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#65Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#66I have nothing against this app or the other graphical HTTP tools like Postman, Insomnia, etc., as people clearly get value out of them, but personally, I've moved everything over to Hurl --> hurl.dev - Open source - Text files all the way down - Easily understood DSL - Easily distributed - Easily versioned - Fast Download the executable, copy the two lines below into "first-test.hurl" and you're up and running. GET…
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#67Earlier quoted context omitted.
The irony that I switched to Insomnia after Postman started demanding a login... and now I've been actively looking for alternatives (Bruno being on the list) now that Insomnia has done the same thing.
Well based on historical experience with Postman and Insomnia most probably Bruno will go the same way once they get enough users hooked in. Especially once a VC gets into the fold.
1. Open source everything, including the parts of the code that are currently premium
2. Switch to a copyleft license like the GPL
3. Start accepting substantial contributions from the community without a CLA
Then they'd be legally unable to do that kind of rug pull.
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#68One thing I like doing when working with APIa is to have an echo server at hand. I.e. something that I can query via curl or via a network library that I’m using, and see in response what kind of request it actually received. It helps me verify that I’m making correct requests (and not misusing curl or a network library). Currently I google for that and use the first online result that comes up. Is there an open sour…
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#69Damn, I wasn't sure if I cared about another postman/insomnia like tool, but I saw the cute dog logo, and it sold the tool to me. Maybe I am just silly, but that got me. Congrats to the team for developing it!
Re: Bruno: Fast and Git-friendly open-source API client (Postman alternative)
#70Thank 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.