Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
D

dusk-dashboard

> 后端框架
Open source

A beautiful dashboard for your Laravel Dusk tests

558 stars0 likes1 views
WebsiteGitHub

About

A beautiful dashboard for your Laravel Dusk tests

Laravel Dusk Dashboard

A beautiful dashboard for your Dusk test suites.

Installation

You can install the package via composer:

bash
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:

php
use Laravel\Dusk\TestCase as BaseTestCase;

with:

php
use BeyondCode\DuskDashboard\Testing\TestCase as BaseTestCase;

Usage

php artisan dusk:dashboard

Check out the documentation here.

Handling Asset Paths

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.

Testing

bash
composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

  • Marcel Pociot
  • All Contributors

License

The MIT License (MIT). Please see License File for more information.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

PHPdusklaraveltests

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category后端框架
PricingOpen source

> Related tools

N
Node.js
基于 V8 的 JavaScript 运行时
D
Django
Python 高级 Web 框架
S
Spring Boot
Java 生态主流微服务框架