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

Dockerized selenium not working #74

Closed yormy closed 8 months ago

yormy commented 3 years ago

I have a laravel and selenium container for testing, dusk works fine in the console Starting the dusk-dashboard works fine and it shows up When I press start in the dashboard the tests start running in the console...great The console presents the results from the test... great

However the dashboard is not update with the test results and screenshots etc.

Any ideas what I am missing ?

It seems that there is no communication from the laravel container to the browser window