@intentsolutionsio/snapshot-test-manager
v1.0.0
Published
Manage and update snapshot tests with intelligent diff analysis and selective updates
Maintainers
Readme
Snapshot Test Manager
Manage and update snapshot tests with intelligent diff analysis and selective updates.
Installation
/plugin install snapshot-test-manager@claude-code-plugins-plusUsage
/snapshot-manager
# or shortcut
/smFeatures
- Intelligent Diff Analysis: Distinguish intentional changes from regressions
- Selective Updates: Update specific snapshots while preserving others
- Snapshot Validation: Detect brittle or meaningless snapshots
- Organization: Clean up and organize snapshot files
- Multi-Framework: Jest, Vitest, Playwright, Storybook support
Example Workflow
# After code changes cause snapshot failures
/snapshot-manager
# Claude analyzes diffs and recommends:
# Update snapshots for intentional UI changes
# Review snapshots with unexpected changes
# Preserve snapshots that caught regressionsSupported Frameworks
- Jest
- Vitest
- React Testing Library
- Playwright
- Storybook
Files
commands/snapshot-manager.md- Main snapshot management command
License
MIT
