Generate Convex tests Use convex-test + vitest to test functions against an in-memory backend: args/returns, auth paths, indexes, and scheduled functions. Workflow Install convex-test + vitest. Write tests using convexTest(schema): seed via t.run, call t.query/t.mutation, assert. Cover auth (withIdentity), error paths, and scheduled functions (t.finishInProgressScheduledFunctions). Run vitest; keep tests deterministic. Rules Use convex-test (in-memory), not a live deployment. Cover auth + error paths, not just the happy path. Keep tests deterministic (no real time/network). Installs 883 Repository get-convex/agent-skills GitHub Stars 42 First Seen 2 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
convex-test
安装
npx skills add https://github.com/get-convex/agent-skills --skill convex-test