codeception.yml 362 B

1234567891011121314151617181920
  1. actor: Tester
  2. paths:
  3. tests: tests
  4. log: tests/_output
  5. data: tests/_data
  6. support: tests/_support
  7. envs: tests/_envs
  8. settings:
  9. bootstrap: _bootstrap.php
  10. colors: true
  11. memory_limit: 1024M
  12. extensions:
  13. enabled:
  14. - Codeception\Extension\RunFailed
  15. coverage:
  16. enabled: true
  17. exclude:
  18. - vendor/*
  19. modules:
  20. config: