functional.suite.yml 422 B

1234567891011121314151617
  1. # Codeception Test Suite Configuration
  2. #
  3. # Suite for functional (integration) tests
  4. # Emulate web requests and make application process them
  5. # Include one of framework modules (Symfony2, Yii2, Laravel5) to use it
  6. class_name: FunctionalTester
  7. modules:
  8. enabled:
  9. # add framework module here
  10. - \Helper\Functional
  11. - Asserts
  12. - Phiremock:
  13. host: 127.0.0.1
  14. port: 18080