|
|
|
|
|
by Crowberry
827 days ago
|
|
We recently moved over to bruno (from postman) for integration tests, and have had a great experience so far! Pros: - DevEx is great, the experience moving between writing tests through text vs the client is seamless (allows different expertise to collaborate more easily) - Fast and has all the basic features you’d expect - Offline first - Continuous improvements being made Cons: - Somehow, if the test fails connecting with the server its a passed test. So watch out for that one! I really hope it gets fixed soon!! - Would be great to be able to dump the variables after a run through CLI - Failed outputs from assertions and expects could be a bit more verbose, but it’s mostly likely the result of a dependency I assume |
|