Feature/collection test results and filtering internal#6070
Merged
Conversation
#3808) Added breakdown of test results within collection. Added filtering based on passing/failing requests and tests by click on results text. Co-authored-by: Morgan English <morgan.english@canterbury.ac.nz> Co-authored-by: Sid <siddharth@usebruno.com>
* Moved collection results to runner title bar so they are move visible. Added breakdown of test results within collection. Added filtering based on passing/failing requests and tests by click on results text. * feat: revamp Test Runner UI with unified filter and improved layout - 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 * refactored the RunnerResults component to be more clear and readable * refactor: revert formatting changes while preserving new UI and filtering 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 * fix: implement smart auto-scroll behavior in test runner - 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 * Update RunnerResults component * chore: reformat --------- Co-authored-by: Morgan English <morgan.english@canterbury.ac.nz> Co-authored-by: Sid <siddharth@usebruno.com>
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
Extended PR from internal branches.
Closes: #3809
Original Author: morgan-se
Extensions and Improvments: @chirag-bruno
Based from: #6011
Contribution Checklist:
Note: Keeping the PR small and focused helps make it easier to review and merge. If you have multiple changes you want to make, please consider submitting them as separate pull requests.
Publishing to New Package Managers
Please see here for more information.