Back to Cherry Studio

Testing Reference

docs/references/testing/README.md

2.0.8551 B
Original Source

Testing Reference

Testing policy and harnesses for Cherry Studio: what makes a test worth writing and how to exercise each layer of the app, from renderer UI down to the SQLite data layer.

DocumentPurpose
Frontend Testing GuidelinesNormative rules for renderer, packages/ui, and E2E tests — layer choice, mocking, and review gates
Database Testing GuideThe setupTestDatabase harness for SQLite-backed main-process code, with migration recipes and anti-patterns