A beautiful dashboard for your Laravel Dusk tests
A beautiful dashboard for your Dusk test suites.
You can install the package via composer:
composer require beyondcode/dusk-dashboard --dev
Next up, you need to go to your
DuskTestCase.phpthat was installed by Laravel Dusk. You can find this file in your
testsdirectory:
Find and replace this line:
php use Laravel\Dusk\TestCase as BaseTestCase;with:
php use BeyondCode\DuskDashboard\Testing\TestCase as BaseTestCase;
php artisan dusk:dashboard
Check out the documentation here.
Assets may not load or display properly when using relative paths due to port specification. Using Larvel's Path Helpers such as the
url()and
asset()helpers (Ex:
{{ url('path/to/asset.css') }}) will help overcome these pathing issues.
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.