Stars: 558
Forks: 65
Pull Requests: 41
Issues: 40
Watchers: 15
Last Updated: 2022-04-18 21:12:36
A beautiful dashboard for your Laravel Dusk tests
License: MIT License
Languages: HTML, PHP
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.php
that was installed by Laravel Dusk. You can find this file in your tests
directory:
Find and replace this line:
use Laravel\Dusk\TestCase as BaseTestCase;
with:
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.