codeception.yml 234 B

123456789101112
  1. # global codeception file to run tests from all apps
  2. include:
  3. - common
  4. - sapi
  5. paths:
  6. log: console/runtime/logs
  7. settings:
  8. colors: true
  9. modules:
  10. config:
  11. Yii2:
  12. configFile: 'common/config/main.php'