codeception.common.yml 267 B

1234567891011121314
  1. paths:
  2. tests: tests
  3. log: tests/_output
  4. data: tests/_data
  5. support: tests/_support
  6. envs: tests/_envs
  7. settings:
  8. bootstrap: _bootstrap.php
  9. colors: true
  10. memory_limit: 2048M
  11. extensions:
  12. enabled:
  13. - Codeception\Extension\RunFailed