·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