1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00
Files
php-e107/tests/acceptance.suite.yml
2019-02-28 14:13:38 -08:00

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