Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- # Codeception Test Suite Configuration
- #
- # Suite for acceptance tests.
- # Perform tests in browser using the WebDriver or PhpBrowser.
- # If you need both WebDriver and PHPBrowser tests - create a separate suite.
-
- actor: AcceptanceTester
- modules:
- enabled:
- - PhpBrowser:
- url: http://localhost/myapp
- - \Helper\Acceptance
|