Nie możesz wybrać więcej, niż 25 tematów
Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
|
123456789101112 |
- # 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
|