beyondcode / dusk-dashboard

A beautiful dashboard for your Laravel Dusk tests
https://pociot.dev/8-introducing-laravel-dusk-dashboard
MIT License
558 stars 62 forks source link

'open' is not recognized as an internal or external command, operable program or batch file. #24

Closed tyler36 closed 5 years ago

tyler36 commented 5 years ago

When I run php artisan dusk:dashboard, I get an error message:

Started Dusk Dashboard on port 9773
Your Dusk tests are now being watched.
If the dashboard does not automatically open, visit: http://freshdining.local:9773/dashboard
'open' is not recognized as an internal or external command,
operable program or batch file.

I get output in the dashboard, but some screenshots seem look like it has not loaded the CSS yet.

nikazooz commented 5 years ago

@tyler36 Which operating system are you running dusk dashboard on? I think only macOS has open command available, but I don't think it should affect the output of the test when you open the dashboard.

tyler36 commented 5 years ago

@nikazooz Running on Win10. I couldn't see anything on the site that said "macOS only" though.

Vasiliy-Bondarenko commented 5 years ago

The same problem in Linux or inside VM with no visual interface. Please don't use open :) Or make it mac-specific feature.

tyler36 commented 5 years ago

Thanks for fixing this in 1.0.3