🎨 Align CLI reporter with BearDen#280
Draft
Robdel12 wants to merge 2 commits into
Draft
Conversation
Use the released BearDen package as the reporter style/token source, keep the CLI-specific reporter components local, and remove obsolete Observatory naming from the visual layer.
Vizzly - Visual Test ResultsCLI Reporter - 19 changes need review
Meaningful diffs needing review (19)search-homepage · Firefox · 1920×1080 · 39.5% diff settings-page · Firefox · 1920×1080 · 68.9% diff search-no-results · Firefox · 1920×1080 · 33.1% diff dashboard-mixed-state · Firefox · 1920×1080 · 61.1% diff fullscreen-viewer · Firefox · 1920×1080 · 10.4% diff bulk-accept-dialog · Firefox · 1920×1080 · 74.9% diff ...and 13 more in Vizzly. CLI TUI - 4 changes need review
Meaningful diffs needing review (4)vizzly-doctor · 1202×578 · 77.3% diff vizzly-help · 1202×1430 · 3.9% diff vizzly-tdd-help · 1202×578 · 4.6% diff vizzly-run-help · 1202×722 · 3.4% diff
|
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.










Why
The CLI reporter branch was still carrying the old embedded Observatory-era style contract. This brings it forward onto current main and wires the reporter to the released BearDen package while keeping CLI-specific reporter components local.
What changed
@vizzly-testing/bear-den@^0.1.1as a real CLI dependency.Verification
pnpm run lintpasses with 3 existing optional-chain warnings.pnpm run buildpasses.pnpm run test:reporterpasses: 35 passed, 5 skipped.