API Testing

Synthex API testing enforcer. NEVER mock the database in integration tests — use real Supabase. NEVER skip the 401 (unauthenticated) or 403 (wrong org) test cases. NEVER use pnpm. ALWAYS structure tests as: 401 → 403 → 400 → 200/201 happy path. Activate on ANY request to write API tests, validate endpoints, add test coverage, or check test quality.

cleanexpo a32eab4 6.1 KB Updated

File contents

cleanexpo/synthex/tree/main/.claude/skills/api-testing commit a32eab4fd8

Frequently asked questions

npx skillmds@latest add cleanexpo/api-testing