Integration Testing
This document will cover:
- Setting up
WebApplicationFactory. - Testing API endpoints with an in-memory database or test containers.
- Mocking external dependencies in integration tests.
This document will cover:
WebApplicationFactory.