Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append custom reporter rather than replacing all #3324

Merged

Conversation

vinistock
Copy link
Member

@vinistock vinistock commented Mar 19, 2025

Motivation

Depends on #3286

After we can handle any printing to stdout, then instead of getting rid of the original Minitest reporters, we can simply append ours.

That makes it so that the test results panel will be populated with what would be printed to the terminal, while at the same time updating the explorer with streaming JSON notifications.

Implementation

Just switched from replace to append.

Copy link
Member Author


How to use the Graphite Merge Queue

Add the label graphite-merge to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@vinistock vinistock added server This pull request should be included in the server gem's release notes other Changes that aren't bugfixes, enhancements or breaking changes labels Mar 19, 2025 — with Graphite App
@vinistock vinistock self-assigned this Mar 19, 2025
@vinistock vinistock requested review from alexcrocha and andyw8 March 19, 2025 13:45
@vinistock vinistock marked this pull request as ready for review March 19, 2025 13:45
@vinistock vinistock requested a review from a team as a code owner March 19, 2025 13:45
Copy link
Contributor

@andyw8 andyw8 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Verified

This commit was signed with the committer’s verified signature.
vinistock Vinicius Stock
@vinistock vinistock force-pushed the 03-19-append_custom_reporter_rather_than_replacing_all branch from 104f518 to d0ab419 Compare March 19, 2025 19:48
@vinistock vinistock merged commit 643ef17 into main Mar 19, 2025
42 checks passed
@vinistock vinistock deleted the 03-19-append_custom_reporter_rather_than_replacing_all branch March 19, 2025 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
other Changes that aren't bugfixes, enhancements or breaking changes server This pull request should be included in the server gem's release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants