snapshot-testing

Community

Ensure code stability with snapshots.

AuthorAGIBuild
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps prevent unintended changes in your application's output by capturing and comparing it against a baseline, ensuring code stability and predictable behavior.

Core Features & Use Cases

  • Automated Baseline Capture: Generates .verified. files for objects, strings, streams, and HTTP responses.
  • Non-Deterministic Value Scrubbing: Automatically removes or replaces dynamic data like dates and GUIDs for stable comparisons.
  • API Surface Approval: Verifies the public API of assemblies to detect breaking changes.
  • Use Case: When refactoring a complex data serialization process, use this Skill to snapshot the output. If the refactoring accidentally changes the serialization format, the snapshot test will fail, alerting you to the regression.

Quick Start

Use the snapshot-testing skill to verify the output of the OrderSerializationTests.Serialize_CompletedOrder_MatchesSnapshot test.

Dependency Matrix

Required Modules

Verify.XunitVerify.HttpPublicApiGenerator

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: snapshot-testing
Download link: https://github.com/AGIBuild/Agibuild.Fulora/archive/main.zip#snapshot-testing

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.