acceptance.suite.yml 356 B

123456789101112
  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. class_name: AcceptanceTester
  7. modules:
  8. enabled:
  9. - PhpBrowser:
  10. url: http://localhost:8080/grav
  11. - \Helper\Acceptance