I’ve configured frontend and backend on different domains (yii2.home and yii2.admin), and path /backend/web /frontend/web are not acceptable. But codecept tried to reach /backend/web/index-test.php URL anyway. I’ve tried to modify codeception.yml and set “test_entry_url” to just /index-test.php, but error the same. Besides I’ve tried to add PhpBrowser modeule to “functional.suite.yml” - no result.
Please tell me, how to configure codeception to pass functional tests?
Если я правильно понял, ты говоришь, что нужно запускать тесты из корневой папки tests? Сделал так - результат тот же. Я даже насильно прописал в tests\codeception\frontend\codeception.yml и tests\codeception\backend\codeception.yml нужные URL’ы - yii2.home и yii2.admin соответственно. Результат тот же.
Интересно то, что acceptance тесты проходят, а functional - нет.