codeception.yml 302 B

12345678910111213141516
  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. modules:
  16. config: