codeception.yml 346 B

123456789101112131415161718
  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. # - Codeception\Extension\Recorder
  16. modules:
  17. config: