codeception.yml 298 B

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