Testing Strategy

Chooses test pyramid layers, what to mock, and where tests live for fn(args, deps) systems. Use this skill when deciding unit vs integration vs e2e coverage or structuring a test approach for a feature. Do not use when/for the red-green-refactor loop itself (use tdd-workflow) or writing individual test cases (use writing-tests).

jagreehal Updated

File contents

jagreehal/jagreehal-claude-skills/tree/main/skills/testing-strategy commit 2859b3db5d

Frequently asked questions

npx skillmds@latest add jagreehal/testing-strategy