選択できるのは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