·snapshot-testing
</>

snapshot-testing

aaronontheweb/dotnet-skills

在 .NET 中使用验证进行快照测试。批准 API 表面、HTTP 响应、呈现的电子邮件和序列化输出。通过人工审核的基线文件检测意外更改。

17安装·0热度·@aaronontheweb

安装

$npx skills add https://github.com/aaronontheweb/dotnet-skills --skill snapshot-testing

SKILL.md

Snapshot testing captures output and compares it against a human-approved baseline:

This catches unintended changes while allowing intentional changes through explicit approval.

Use Verify to catch unintended changes in rendered email templates:

在 .NET 中使用验证进行快照测试。批准 API 表面、HTTP 响应、呈现的电子邮件和序列化输出。通过人工审核的基线文件检测意外更改。 来源:aaronontheweb/dotnet-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/aaronontheweb/dotnet-skills --skill snapshot-testing
分类
</>开发工具
认证
收录时间
2026-02-06
更新时间
2026-02-18

快速解答

什么是 snapshot-testing?

在 .NET 中使用验证进行快照测试。批准 API 表面、HTTP 响应、呈现的电子邮件和序列化输出。通过人工审核的基线文件检测意外更改。 来源:aaronontheweb/dotnet-skills。

如何安装 snapshot-testing?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/aaronontheweb/dotnet-skills --skill snapshot-testing 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/aaronontheweb/dotnet-skills