-
Notifications
You must be signed in to change notification settings - Fork 183
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
Add JSON test reporter for minitest #3187
Merged
Merged
+247
−11
Conversation
This file contains 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
How to use the Graphite Merge QueueAdd 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. |
9e0d218
to
93c2d6d
Compare
58ddebf
to
c31bee6
Compare
andyw8
commented
Feb 14, 2025
94fb924
to
b8fd1ab
Compare
st0012
reviewed
Feb 14, 2025
b8fd1ab
to
30a66c9
Compare
vinistock
reviewed
Feb 14, 2025
a82f421
to
c71eb8b
Compare
st0012
reviewed
Feb 18, 2025
andyw8
commented
Feb 24, 2025
vinistock
requested changes
Feb 24, 2025
andyw8
commented
Feb 24, 2025
c6cab8d
to
519d241
Compare
e7a8688
to
cac1556
Compare
fb130b9
to
6134817
Compare
andyw8
commented
Mar 5, 2025
6134817
to
3295ec2
Compare
andyw8
commented
Mar 5, 2025
3295ec2
to
6887898
Compare
andyw8
commented
Mar 5, 2025
andyw8
commented
Mar 5, 2025
42b5a3a
to
057da0b
Compare
vinistock
reviewed
Mar 6, 2025
bf87ed1
to
8df3025
Compare
vinistock
approved these changes
Mar 6, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
server
This pull request should be included in the server gem's release notes
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.
Addresses #3176
This adds a custom reporter for use with the upcoming changes planned for the Test Explorer UI. It emits the test progress as a series of events, for easy consumption by the VS Code extension.
To test the runner output locally: