Testing guide
Comprehensive testing guide for the TYPO3 LLM extension.
Overview
The extension includes a comprehensive test suite:
| Test Type | Count | Purpose |
|---|---|---|
| Unit tests | 2735 | Individual class and method testing. |
| Integration tests | 39 | Service interaction and provider testing. |
| E2E tests | 127 | Full workflow testing with real APIs. |
| Functional tests | 285 | TYPO3 framework integration. |
| Fuzzy tests | 79 | Fuzzy/property-based testing. |