feat(shot): capture the whole screen - #8
Merged
Merged
Conversation
The PNG held only the preview, so a menu, a dialog, a bottom sheet, or a tooltip the app draws above it never showed, whether an action opened it or not. --capture screen captures the root layer at the viewport's size, with the shell's surface; --viewport sets that size, the preview at its top left, so a small preview has room for what opens. The root layer already carries the device pixel ratio, so it is drawn at 1 over its physical bounds. A tap that pushes a page is shot with it rather than failing. The run records the capture and the viewport; shot prints them, and diff prints both runs' when they differ. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
This was referenced Sep 22, 2026
Merged
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
The PNG held only the preview, so a menu, a dialog, a bottom sheet, or a tooltip the app draws above it never showed, whether an action opened it or not. --capture screen captures the root layer at the viewport's size, with the shell's surface; --viewport sets that size, the preview at its top left, so a small preview has room for what opens.
A 200x56
DropdownButtonpreview, tapped open with--tap 'type:DropdownButton<String>':--capture screen --viewport 200x300 --settle 700Part of the v0.2.0 stack: #7 → #8 → #9 → #10.
🤖 Generated with Claude Code