Factory Testing

Testing conventions across builds. Vitest + Playwright as the locked stack; tests co-located in `__tests__` next to the code they verify; shared test primitives (provider wrappers, mock factories) centralized in `src/lib/test-utils.tsx`; coverage thresholds enforced at the merge gate (CI ownership lives in `factory-ci.md`). Read at project kickoff and whenever you write or review a test.

nonlinear-xyz 546e5ec 13.9 KB Updated

File contents

nonlinear-xyz/factory-kit/tree/main/skills/factory-testing commit 546e5ece8b

Frequently asked questions

npx skillmds@latest add nonlinear-xyz/factory-testing