Advertisement
Guest User

Untitled

a guest
Dec 18th, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  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. - CodeceptionExtensionRunFailed
  15. modules:
  16. config:
  17. Db:
  18. dsn: ''
  19. user: ''
  20. password: ''
  21. dump: tests/_data/dump.sql
  22. coverage:
  23. enable: true
  24. remote: false
  25. include:
  26. - Simplifier/*
  27. exclude:
  28. - vendor/*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement