codeception.yml 202 B

123456789
  1. paths:
  2. tests: tests
  3. output: /tmp/selenium_tests/_output
  4. data: tests/_data
  5. support: tests/_support
  6. actor_suffix: Tester
  7. extensions:
  8. enabled:
  9. - Codeception\Extension\RunFailed