acceptance.suite.yml 922 B

123456789101112131415161718192021222324252627
  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. # host: 127.0.0.1
  12. # port: 4444
  13. # browser: firefox
  14. # curl:
  15. # CURLOPT_RETURNTRANSFER: true
  16. - \Helper\Acceptance
  17. - WebDriver:
  18. url: 'https://base.fd3.flowdat.com'
  19. host: 127.0.0.1
  20. port: 4444
  21. browser: chrome
  22. # capabilities:
  23. # chromeOptions
  24. - VisualCeption:
  25. maximumDeviation: 1 # deviation in percent
  26. saveCurrentImageIfFailure: true # if true, VisualCeption saves the current