docs(test): move snapshots.toml comment to per-[[e2e]] level#347
Merged
branchseer merged 2 commits intomainfrom Apr 20, 2026
Merged
docs(test): move snapshots.toml comment to per-[[e2e]] level#347branchseer merged 2 commits intomainfrom
branchseer merged 2 commits intomainfrom
Conversation
…] level Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Replaces the duplicated file-level text copied across every [[e2e]] entry in the previous commit with case-specific descriptions that state what each individual case verifies. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
branchseer
added a commit
that referenced
this pull request
Apr 20, 2026
… fields Follows the convention introduced in main (#347): per-`[[e2e]]` and per- step descriptions use the TOML `comment` field instead of bare `#` lines, so they render under the snapshot headings and inside each step's block. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
commentfield fromsnapshots.tomlin the e2e harness; acommentnow lives on each[[e2e]]entry and renders under that case's H1 heading.Test plan
cargo test -p vite_task_bin --test e2e_snapshotspasses (148/148 locally).mdsnapshots to confirm the new comments read sensibly under each H1🤖 Generated with Claude Code