managing-snapshot-tests

Installation
SKILL.md

Snapshot Test Manager

Overview

Create, update, and maintain snapshot tests for UI components and data structures using Jest, Vitest, or pytest snapshot plugins. Manages serialized output snapshots (HTML, JSON, component trees) to detect unexpected changes in rendered output.

Prerequisites

  • Jest or Vitest with built-in snapshot support, or pytest-snapshot/syrupy for Python
  • React Testing Library, Vue Test Utils, or equivalent for component rendering
  • Snapshot files committed to version control (.snap files or __snapshots__/ directory)
  • Component library with stable prop interfaces
  • Code review process that includes snapshot diff review

Instructions

Installs
26
GitHub Stars
2.4K
First Seen
Feb 4, 2026
managing-snapshot-tests — jeremylongshore/claude-code-plugins-plus-skills