acceptance.suite.yml
496 Bytes
# 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://core-cms
browser: 'chrome'
- \Helper\Acceptance
env:
chrome:
modules:
config:
WebDriver:
browser: 'chrome'