codeception.yml 167 B

123456789
  1. # global codeception file to run tests from all apps
  2. include:
  3. - common
  4. - frontend
  5. - backend
  6. paths:
  7. log: console/runtime/logs
  8. settings:
  9. colors: true