backend-testing
Comprehensive guide for backend testing including unit/integration tests, API mocking, and database isolation.
Install
npx skills add https://github.com/supercent-io/skills-template --skill backend-testingStats
| Total installs | 11,809 |
| Weekly installs | 11.8K |
| GitHub stars | 88 |
| First seen | Jan 24, 2026 |
| Source | @supercent-io/skills-template |
Summary
- Covers unit tests for isolated functions, integration tests for API endpoints, and authentication/authorization flows with detailed examples for Express.js, FastAPI, and other frameworks
- Includes test environment setup, mocking strategies for external dependencies, and database isolation patterns using in-memory or separate test databases
- Provides step-by-step guidance on AAA pattern (Arrange-Act-Assert), test fixtures, and role-based access control testing with JWT tokens
- Enforces test isolation, clear naming conventions, and coverage thresholds (default 80%) to prevent shared state issues and ensure reliable test execution
Tags
Related skills
| Skill | Installs | vs backend-testing |
|---|---|---|
| ralph | 10,688 | -1,121 |
| e2e-testing-patterns | 8,871 | -2,938 |
| web-accessibility | 12,654 | +845 |
| java-springboot | 9,857 | -1,952 |
| vue-debug-guides | 9,874 | -1,935 |
FAQ
- How many installs does backend-testing have?
- backend-testing has 11,809 total installs and 11.8K installs this week.
- Where is backend-testing hosted?
- backend-testing is published by @supercent-io/skills-template at https://github.com/supercent-io/skills-template.
- How many GitHub stars does backend-testing have?
- backend-testing has 88 GitHub stars.
- When was backend-testing first indexed?
- OrangeBot.AI first indexed backend-testing on Jan 24, 2026.
- How do I install backend-testing?
- Run: npx skills add https://github.com/supercent-io/skills-template --skill backend-testing