acceptance.suite.yml 831 B

123456789101112131415161718192021222324
  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. # - PhpBrowser:
  10. # url: http://base.fd3.flowdat.com
  11. - \Helper\Acceptance
  12. - WebDriver:
  13. url: 'http://base.fd3.flowdat.com'
  14. host: 127.0.0.1
  15. port: 4444
  16. browser: firefox
  17. - VisualCeption:
  18. maximumDeviation: 1 # deviation in percent
  19. saveCurrentImageIfFailure: true # if true, VisualCeption saves the current
  20. # - Codeception\Extension\Recorder:
  21. # module: AngularJS
  22. # delete_successful: false