codeception.yml 314 B

123456789101112131415
  1. namespace: frontend\tests
  2. actor_suffix: Tester
  3. paths:
  4. tests: tests
  5. output: tests/_output
  6. data: tests/_data
  7. support: tests/_support
  8. bootstrap: _bootstrap.php
  9. settings:
  10. colors: true
  11. memory_limit: 1024M
  12. modules:
  13. config:
  14. Yii2:
  15. configFile: 'config/codeception-local.php'