codeception.dist.yml 486 B

123456789101112131415161718192021222324
  1. paths:
  2. tests: tests
  3. output: tests/_output
  4. data: tests/_data
  5. support: tests/_support
  6. envs: tests/_envs
  7. settings:
  8. bootstrap: _bootstrap.php
  9. colors: true
  10. memory_limit: 1024M
  11. actor_suffix: Tester
  12. extensions:
  13. enabled:
  14. - Codeception\Extension\RunFailed
  15. modules:
  16. config:
  17. Yii2:
  18. configFile: 'tests/_app/config/test.php'
  19. cleanup: false
  20. coverage:
  21. enabled: true
  22. whitelist:
  23. include:
  24. - src/*