codeception.yml 990 B

123456789101112131415161718192021222324252627282930313233343536
  1. actor: Tester
  2. #coverage:
  3. # #c3_url: http://localhost:8080/index-test.php/
  4. # enabled: true
  5. # #remote: true
  6. # #remote_config: '../tests/codeception.yml'
  7. # whitelist:
  8. # include:
  9. # - ../models/*
  10. # - ../controllers/*
  11. # - ../commands/*
  12. # - ../mail/*
  13. # blacklist:
  14. # include:
  15. # - ../assets/*
  16. # - ../config/*
  17. # - ../runtime/*
  18. # - ../vendor/*
  19. # - ../views/*
  20. # - ../web/*
  21. # - ../tests/*
  22. paths:
  23. tests: codeception
  24. log: codeception/_output
  25. data: codeception/_data
  26. helpers: codeception/_support
  27. settings:
  28. bootstrap: _bootstrap.php
  29. suite_class: \PHPUnit_Framework_TestSuite
  30. memory_limit: 1024M
  31. log: true
  32. colors: true
  33. config:
  34. # the entry script URL (with host info) for functional and acceptance tests
  35. # PLEASE ADJUST IT TO THE ACTUAL ENTRY SCRIPT URL
  36. test_entry_url: http://localhost:8080/index-test.php