usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
24.66k stars 1.13k forks source link

Difference between "Assert" and "Tests" tabs #1433

Open PierreLbg opened 7 months ago

PierreLbg commented 7 months ago

Hello,

I'm using the assert tab to test simple element return by my request.

However, when I'm running the collection, even if the assertion fails the request isn't marked as failed. MicrosoftTeams-image (2)

After realizing it, I tried to test the same thing by using the Tests tab and it's working as it should. MicrosoftTeams-image (3)

Saami783 commented 3 months ago

Hey, did you find the difference between the two?