Closed goszowski closed 5 years ago
Have you checked your artisan console for errors?
Yes
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;
I did it before running the tests. It just does not work.
I can push the repo if You want.
I only have a tabs and simulated browser window. Start tests button not working.