paths: tests: tests output: tests/_output data: tests/_data support: tests/_support envs: tests/_envs bootstrap: _bootstrap.php settings: colors: true # Tests (especially functional) can take a lot of memory # We set a high limit for them by default. memory_limit: 1024M actor_suffix: Tester extensions: enabled: - Codeception\Extension\RunFailed coverage: enabled: true include: - src/* # Get params from .env file params: - tests/.env.test