Backend Testing

API testing protocol — start the stack, discover endpoints, test each one with assertions, and report results using the verdict protocol. Use when: (1) testing API endpoints after development, (2) verifying service health and endpoint correctness, (3) running regression tests on backend services. NOT for: frontend/UI testing, deployment, or code changes.

clode-labs Updated

File contents

clode-labs/aramb-skills/tree/main/backend-testing commit 0e914637b1

Frequently asked questions

npx skillmds@latest add clode-labs/backend-testing