๐๏ธ 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.