Snapshot Testing

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.

wshaddix 41497f1 14.6 KB Updated

File contents

wshaddix/dotnet-skills/tree/main/skills/snapshot-testing commit 41497f166e

Frequently asked questions

npx skillmds add wshaddix/snapshot-testing