Testing guide 

Comprehensive testing guide for the TYPO3 LLM extension.

A push or pull request fans out into static analysis, the test matrix, security checks and documentation rendering; a subset of the resulting contexts is required by the branch ruleset, and the merge queue re-runs them before the merge lands.

The jobs run in parallel, not in sequence. Which of them can actually block a merge is a property of the branch ruleset, not of the workflow.

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.