acceptance testing with selenium and codeception, browser shows blank page acceptance testing with selenium and codeception, browser shows blank page selenium selenium

acceptance testing with selenium and codeception, browser shows blank page


I asked same question in codeception's github repo and here's the answer:

Don't use Yii2 and WebDriver in the same suite.

My fault, this is corrected configs:

class_name: AcceptanceTestermodules:    enabled:        - WebDriver:            url: 'http://ucms.ac.ir/admin/index-test.php/'            browser: chrome        - tests\codeception\common\_support\FixtureHelper