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

Run dashboard from browser #49

Closed robov closed 8 months ago

robov commented 5 years ago

It would be cool if I could start the listener dashboard from the bowser. But when I call Artisan::call('dusk:dashboard'); in my controller I get The "./tests/Browser" directory does not exist.

However when I call from the cli php artisan dusk:dashboard, the dashboard starts fine