19 lines
454 B
YAML
19 lines
454 B
YAML
|
# 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://127.0.0.1:8080
|
||
|
-
|
||
|
\Helper\Acceptance
|
||
|
|
||
|
extensions:
|
||
|
enabled:
|
||
|
- Codappix\Tests\Acceptance\Typo3Environment
|