I followed the tutorial from https://laravel.com/docs/5.4/dusk but when I run php artisan dusk
Freeze on it and not execute nothing more, also not open any browser. Someone have some Idea why ?
Bellow you can see my AppServiceProvider:
I followed the tutorial from https://laravel.com/docs/5.4/dusk but when I run php artisan dusk
Freeze on it and not execute nothing more, also not open any browser. Someone have some Idea why ?
Bellow you can see my AppServiceProvider:
Solved! It's necessary run the chromedrive-linux in a separated terminal before run php artisan dusk
or integrate with Travis CI or CircleCI which will integrate everything and running together.