0

I followed the tutorial from https://laravel.com/docs/5.4/dusk but when I run php artisan dusk

enter image description here

Freeze on it and not execute nothing more, also not open any browser. Someone have some Idea why ?

Bellow you can see my AppServiceProvider:

AppServiceProvider

Then if take so long it's showing this: enter image description here

  • There was a problem in Dusk for Ubuntu users but it's fixed see the [PL](https://github.com/laravel/dusk/pull/33) and this [issue](https://github.com/laravel/dusk/issues/10) – Maraboc Jun 30 '17 at 23:53

1 Answers1

0

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.