codeception.yml 139 B

1234567891011
  1. actor: Tester
  2. include:
  3. - src/*/*Pack
  4. paths:
  5. log: "_log"
  6. tests: "tests"
  7. data: "data"
  8. support: "support"
  9. settings:
  10. colors: false