Skip to content
Advertisement

Tag: automated-tests

Laravel Dusk: FacebookWebDriverExceptionUnknownErrorException: unknown error: net::ERR_CONNECTION_REFUSED

Running php artisan dusk get the error: Versions: OS: Windows 10 v1903 build 18362.1016 Chrome: 85.0.4183.83 Laravel: v6.18.37 Dusk: v5.11.0 Phpunit: v8.5.8 Tried: Disable firewall Set test website to use localhost (was myapp.local) Can access all pages using Chrome browser Check that vendor/laravel/dusk/bin/chromedriver-win.exe is executable (-rwxr-xr-x) php artisan route:clear php artisan cache:clear php artisan config:clear composer dump-autoload google “FacebookWebDriverExceptionUnknownErrorException: unknown

Advertisement