beyondcode / dusk-dashboard

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

It does not work for me. Just nothing happens. #21

Closed goszowski closed 5 years ago

goszowski commented 5 years ago

I only have a tabs and simulated browser window. Start tests button not working. image

mpociot commented 5 years ago

Have you checked your artisan console for errors?

goszowski commented 5 years ago

Yes image

wuori commented 5 years ago

Same here, the docs are in the blog post and, in my case, once I changed the line below it worked fine:

In DuskTestCase.php Find and replace this line:

use Laravel\Dusk\TestCase as BaseTestCase;

with:

use BeyondCode\DuskDashboard\Testing\TestCase as BaseTestCase;

goszowski commented 5 years ago

I did it before running the tests. It just does not work.

goszowski commented 5 years ago

I can push the repo if You want.