# test > Backend testing (unit, integration, API). TODO: Implement for backend. Invoked by: "run tests", "test", "testing", "unit tests", "integration tests", "api tests". - Author: alejandropereira - Repository: eleva-labs/agentic-coding-templates - Version: 20260125100031 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/eleva-labs/agentic-coding-templates - Web: https://mule.run/skillshub/@@eleva-labs/agentic-coding-templates~test:20260125100031 --- --- name: test description: >- Backend testing (unit, integration, API). TODO: Implement for backend. Invoked by: "run tests", "test", "testing", "unit tests", "integration tests", "api tests". context: fork agent: general-purpose --- # Test **Status**: Stub - Not Implemented **Domain**: Backend ## Overview This is a placeholder skill for backend repositories. It will guide running unit tests, integration tests, and API tests for backend applications. ## TODO - [ ] Define workflow for unit testing - [ ] Define workflow for integration testing - [ ] Define workflow for API testing (contract testing, load testing) - [ ] Add templates for test plans and reports - [ ] Add supporting files for test fixtures and mocking --- **End of Skill**