System: ubuntu 18.04.
Configuration with vagrant 2.2.6.
Virtual machine work fine.
Frontend and backend successfully open in browser and work fine.
First tried to run default tests with Codeception PHP Testing Framework v4.1.4.
âcodeception.ymlâ in main folder and common/frontend/backend folders set by default.
Try run it with PhpSrom (use remote PHP interpreter settings) use his codeception tools.
Also try it directly at virtual machine (use ssh) with:
$ vendor/bin/codecept run
or
$ vendor/bin/codecept run â -c frontend
The result is always like this:
> Codeception PHP Testing Framework v4.1.4
> Powered by PHPUnit 8.5.3 by Sebastian Bergmann and contributors.
> Running with seed:
>
> [common\tests]: tests from /app/common
>
> [frontend\tests]: tests from /app/frontend
>
> [backend\tests]: tests from /app/backend
>
> In Run.php line 406:
>
> Suite 'common, frontend, backend' could not be found
Iâm using Laravel Homestead (Vagrant + Ubuntu 18.04).
Codeception works well for me, both ./vendor/bin/codecept run and ./vendor/bin/codecept run -- -c frontend.
By the way, my Yii version is 2.0.34.