codeception.yml 270 B

1234567891011
  1. paths:
  2. tests: tests/CodeCeption
  3. output: tests/CodeCeption/_output
  4. data: tests/CodeCeption/_data
  5. support: tests/CodeCeption/_support
  6. envs: tests/CodeCeption/_envs
  7. actor_suffix: Tester
  8. extensions:
  9. enabled:
  10. - Codeception\Extension\RunFailed