17 lines
445 B
YAML
Executable File
17 lines
445 B
YAML
Executable File
# 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.
|
|
|
|
class_name: AcceptanceTester
|
|
modules:
|
|
enabled:
|
|
- PhpBrowser:
|
|
url: http://localhost
|
|
- REST:
|
|
depends: PhpBrowser
|
|
url: 'http://nginx'
|
|
- Asserts
|
|
- \Helper\Acceptance
|