您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12 行
347B

  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://localhost/myapp
  11. - \Helper\Acceptance