acceptance.suite.yml 638 B

12345678910111213141516171819
  1. # Codeception Test Suite Configuration
  2. #
  3. # Suite for acceptance tests.
  4. # Perform tests in browser using the WebDriver or PhpBrowser.
  5. # If you need both WebDriver and PHPBrowser tests - create a separate suite.
  6. actor: AcceptanceTester
  7. modules:
  8. enabled:
  9. - \Helper\Acceptance
  10. - WebDriver
  11. - VisualCeption:
  12. maximumDeviation: 1 # deviation in percent
  13. saveCurrentImageIfFailure: true # if true, VisualCeption saves the current
  14. config:
  15. WebDriver:
  16. host: 127.0.0.1
  17. port: 4444
  18. browser: firefox