·create-e2e-tests
</>

create-e2e-tests

gilbertopsantosjr/fullstacknextjs

按照項目模式和約定創建 e2e 和集成測試,重點是測試獨立性、狀態隔離驗證和適當的跨功能模擬。適用於 Vitest、DynamoDB Local 和 ZSA 服務器操作。

1安裝·0熱度·@gilbertopsantosjr

安裝

$npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill create-e2e-tests

SKILL.md

| Test Runner | Vitest | | Database | DynamoDB Local | | HTTP Testing | SuperTest (for API routes) | | Mocking | Vitest mocks, MSW (for HTTP) | | Test Data | @faker-js/faker | | Assertions | Vitest expect |

This skill enforces these critical testing principles aligned with modular architecture:

| Test Independence | Each feature's tests run in complete isolation | | State Isolation | Never import from another feature's DAL in tests | | Explicit Communication | Mock cross-feature interactions via service layer, not DAL | | Replaceability | Tests don't depend on other features' internal implementations |

按照項目模式和約定創建 e2e 和集成測試,重點是測試獨立性、狀態隔離驗證和適當的跨功能模擬。適用於 Vitest、DynamoDB Local 和 ZSA 服務器操作。 來源:gilbertopsantosjr/fullstacknextjs。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill create-e2e-tests
分類
</>開發工具
認證
收錄時間
2026-02-02
更新時間
2026-02-18

快速解答

什麼是 create-e2e-tests?

按照項目模式和約定創建 e2e 和集成測試,重點是測試獨立性、狀態隔離驗證和適當的跨功能模擬。適用於 Vitest、DynamoDB Local 和 ZSA 服務器操作。 來源:gilbertopsantosjr/fullstacknextjs。

如何安裝 create-e2e-tests?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/gilbertopsantosjr/fullstacknextjs --skill create-e2e-tests 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/gilbertopsantosjr/fullstacknextjs