From jeremylongshore-claude-code-plugins-plus-skills
Provides step-by-step guidance and configurations for snapshot testing in test automation workflows.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jeremylongshore-claude-code-plugins-plus-skills:snapshot-test-helperThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides automated assistance for snapshot test helper tasks within the Test Automation domain.
This skill provides automated assistance for snapshot test helper tasks within the Test Automation domain.
This skill activates automatically when you:
Example: Basic Usage Request: "Help me with snapshot test helper" Result: Provides step-by-step guidance and generates appropriate configurations
| Error | Cause | Solution |
|---|---|---|
| Configuration invalid | Missing required fields | Check documentation for required parameters |
| Tool not found | Dependency not installed | Install required tools per prerequisites |
| Permission denied | Insufficient access | Verify credentials and permissions |
Part of the Test Automation skill category. Tags: testing, jest, pytest, mocking, tdd
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin ejentum-reasoningCreates and validates UI component snapshots for regression testing using Jest, Vitest, or pytest snapshot plugins. Helps detect unexpected changes in rendered output.
Guides use of snapshot testing for stable outputs like serialized JSON, HTML, and error messages using toMatchSnapshot and toMatchInlineSnapshot. Covers selective invocation, updating snapshots, and when to avoid snapshots.
Patterns for snapshot testing in .NET applications using Verify. Covers API responses, scrubbing non-deterministic values, custom converters, HTTP response testing, email templates, and CI/CD integration. Use when implementing snapshot tests for API responses, verifying UI component renders, detecting unintended changes in serialization output, or approving public API surfaces.