·using-tests
*

using-tests

andrelandgraf/fullstackrecipes

测试策略和工作流程。测试与每个套件的隔离数据并行运行。优先考虑 Playwright 的 UI、API 的集成测试、逻辑的单元测试。

41安装·0热度·@andrelandgraf

安装

$npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill using-tests

SKILL.md

Testing strategy and workflow. Tests run in parallel with isolated data per suite. Prioritize Playwright for UI, integration tests for APIs, unit tests for logic.

Follow this hierarchy when deciding what kind of test to write:

All tests run against an isolated Neon database branch that auto-deletes after 1 hour.

测试策略和工作流程。测试与每个套件的隔离数据并行运行。优先考虑 Playwright 的 UI、API 的集成测试、逻辑的单元测试。 来源:andrelandgraf/fullstackrecipes。

查看原文

可引用信息

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

安装命令
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill using-tests
分类
*创意媒体
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 using-tests?

测试策略和工作流程。测试与每个套件的隔离数据并行运行。优先考虑 Playwright 的 UI、API 的集成测试、逻辑的单元测试。 来源:andrelandgraf/fullstackrecipes。

如何安装 using-tests?

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

这个 Skill 的源码在哪?

https://github.com/andrelandgraf/fullstackrecipes