📄️ Unit Testing Guide
Write effective unit tests for Ever Gauzy services, controllers, and utilities.
📄️ E2E Testing Guide
End-to-end testing for the Gauzy API.
📄️ API Integration Testing
Test API endpoints with real HTTP requests and database operations.
📄️ Frontend Component Testing
Test Angular components with TestBed and Spectator.
📄️ Test Fixtures & Factories
Create and manage test data for consistent, reliable tests.
📄️ Mocking Strategies
Effective mocking patterns for Gauzy tests.
📄️ Code Coverage
Track and improve test coverage across the codebase.
📄️ Testing Guards & Interceptors
Test NestJS guards, interceptors, and middleware.
📄️ Testing Database Entities
Test entity relationships, validators, and custom logic.
📄️ CI Test Pipeline
Configure tests in the CI/CD pipeline.