Test Runner UI Revamp#6011
Merged
sid-bruno merged 13 commits intousebruno:feature/collection-test-results-and-filtering-internalfrom Nov 12, 2025
Merged
Conversation
Added breakdown of test results within collection. Added filtering based on passing/failing requests and tests by click on results text.
- Add unified filter bar (All/Passed/Failed/Skipped) with counts and active indicator - Implement filtering that filters both requests and tests within requests - Move action buttons to top bar, prevent filter wrapping - Add close button and placeholder to response view - Update styling for light/dark modes with proper colors and typography
Collaborator
Author
Screen.Recording.2025-11-07.at.11.31.29.AM.mov |
sid-bruno
reviewed
Nov 7, 2025
Collaborator
sid-bruno
left a comment
There was a problem hiding this comment.
A lot of un-needed diff changes due to formatting or changes in ternary operators, please sanitise the overall diff.
…ring logic - Restore original function formatting with return statements and braces - Restore removed input attributes (autoCorrect, autoCapitalize, spellCheck) - Revert ternary operator changes to match original code style - Restore original variable names (savedConfiguration) and comments - Restore original test results rendering structure - Preserve new filter bar UI, filtering logic, and response view improvements
- Only auto-scroll when user is near the bottom (within 100px) - Preserve user's scroll position if they've scrolled up to view content - Move ref to actual scrollable container for proper scroll detection
…b.com:chirag-bruno/bruno into feature/collection-test-results-and-filtering
… into feature/collection-test-results-and-filtering
44ed0b0
into
usebruno:feature/collection-test-results-and-filtering-internal
1 check passed
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This update overhauls the Test Runner screen with a streamlined layout and unified filtering experience.
Highlights
Filtering Behavior
This update resolves GitHub Issue #3809 and corresponds to JIRA Ticket.
It builds upon the foundational work by @morgan-se in PR #3808, incorporating the Bruno team’s refined and user-friendly UI improvements.
Contribution Checklist: