# 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 modules: enabled: # - PhpBrowser: # url: http://localhost # browser: chrome - Laravel5: - \Helper\Acceptance - Asserts - Db: dsn: 'mysql:host=10.0.2.2;dbname=aam_testing' user: 'aam_user' password: 'mWRb8^Sg@T' populate: false cleanup: false config: Laravel5: # part: ORM cleanup: false # can't wrap into transaction environment_file: 'tests/_envs/.testing.env' Db: dsn: 'mysql:host=10.0.2.2;dbname=aam_testing' user: 'aam_user' password: 'mWRb8^Sg@T' populate: false cleanup: false databases: cqc: dsn: 'mysql:host=10.0.2.2;dbname=custom_question_captcha_testing' user: 'cqc_user' password: 'xhUMPQCG208R' populate: false cleanup: false aam: dsn: 'mysql:host=10.0.2.2;dbname=aam_testing' user: 'aam_user' password: 'mWRb8^Sg@T' populate: false cleanup: false env: cqc: modules: config: Laravel5: environment_file: 'tests/_envs/.testing.cqc.env'