# 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: - \Helper\Acceptance - \Helper\DataSetup - WebDriver: url: http://localhost:8000 browser: phantomjs window_size: 960x1080 capabilities: unexpectedAlertBehaviour: 'accept'