Conversation
Deploying rstest with
|
| Latest commit: |
aa028ca
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://134ca569.rstest.pages.dev |
| Branch Preview URL: | https://9aoy-feat-dot-reporter.rstest.pages.dev |
Rsdoctor Bundle Diff AnalysisFound 12 projects in monorepo, 1 project with changes. 📊 Quick Summary
📋 Detailed Reports (Click to expand)📁 core/mainPath:
📦 Download Diff Report: core/main Bundle Diff Generated by Rsdoctor GitHub Action |
fi3ework
reviewed
Apr 7, 2026
fi3ework
approved these changes
Apr 8, 2026
fi3ework
pushed a commit
that referenced
this pull request
Apr 9, 2026
Merged
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.
Summary
Background
Rstest shipped several built-in reporters, but it did not provide a compact dot-style terminal reporter for fast local feedback.
Implementation
dotreporter that prints one marker per test case and reuses the existing failing-test summary/footer.dotin reporter types and reporter creation so it works from config and--reporter=dot.0.9.7added-version note.User Impact
Users can now run
rstest --reporter=dotto get compact progress output without losing the existing summary information.Checklist