mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
17 lines
392 B
YAML
17 lines
392 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
|
|
coverage:
|
|
enabled: false
|
|
modules:
|
|
enabled:
|
|
- PhpBrowser:
|
|
url: '%url%'
|
|
- \Helper\Acceptance:
|
|
settings:
|
|
shuffle: false
|