acceptance.suite.dist.yml 543 B

12345678910111213141516171819
  1. # Codeception Test Suite Configuration
  2. # suite for acceptance tests.
  3. # perform tests in browser using the Selenium-like tools.
  4. # powered by Mink (http://mink.behat.org).
  5. # (tip: that's what your customer will see).
  6. # (tip: test your ajax and javascript by one of Mink drivers).
  7. # RUN `build` COMMAND AFTER ADDING/REMOVING MODULES.
  8. class_name: WebGuy
  9. modules:
  10. enabled:
  11. - WebHelper
  12. - WebDriver
  13. config:
  14. WebDriver:
  15. url: 'http://localhost/basic/web/index-test-accept.php'
  16. browser: firefox