codeception.yml 177 B

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