codeception_grouped.yml 402 B

12345678910111213141516171819
  1. paths:
  2. tests: tests
  3. log: tests/_output
  4. data: tests/_data
  5. helpers: tests/_support
  6. settings:
  7. bootstrap: _bootstrap.php
  8. colors: false
  9. silent: false
  10. log: false
  11. extensions:
  12. enabled: [MyGroupHighlighter, SkipGroup, Group\CountEvents]
  13. modules:
  14. config:
  15. Db:
  16. dsn: ''
  17. user: ''
  18. password: ''
  19. dump: tests/_data/dump.sql