usebruno / bruno

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

Improve Runner report with links and less jumping #3239

Open robs-nice99 opened 1 month ago

robs-nice99 commented 1 month ago

I have checked the following:

Describe the feature you want to add

When I see the Runner report, and a request/test/etc fails, it would be useful to click in the title of that test and be redirected directly to it.

One of the main problems right now, it that every time I make any change, like open a folder, a request (essentially any click) the runner report scrolls all the way down. If that stopped happening (second suggestion) it would make it much easier to go over all the failing ones.

Some filtering (only show failing, passing, etc) would also be great.

Thanks!

Mockups or Images of the feature

image

helloanoop commented 2 weeks ago

Hey @robs-nice99

Thanks for the feedback! I agree, the runner scrolling down automatically can be quite annoying. I also think the idea of adding filters is a good one. We'll take a look into this once we've wrapped up addressing some key bugs and feature requests.