PHPackages                             pengpenga/dusk-dashboard - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pengpenga/dusk-dashboard

ActiveLibrary

pengpenga/dusk-dashboard
========================

A beautiful dashboard for your Laravel Dusk tests

011PHP

Since Nov 3Pushed 4y ago1 watchersCompare

[ Source](https://github.com/peng1202/laravel-dusk-dash)[ Packagist](https://packagist.org/packages/pengpenga/dusk-dashboard)[ RSS](/packages/pengpenga-dusk-dashboard/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Dusk Dashboard
======================

[](#laravel-dusk-dashboard)

A beautiful dashboard for your Dusk test suites.

[![Latest Version on Packagist](https://camo.githubusercontent.com/d3d312fc7be324f6e6d8863a6d2ad5d151cfe222e68b4415e0bc5bd505d23c89/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6265796f6e64636f64652f6475736b2d64617368626f6172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beyondcode/dusk-dashboard)[![Quality Score](https://camo.githubusercontent.com/a705c892fd163669fbf8325c1fd8f2cfd3cdeed15ae1f1f2c6a7fad5c53fc9ac/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6265796f6e64636f64652f6475736b2d64617368626f6172642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/beyondcode/dusk-dashboard)[![Total Downloads](https://camo.githubusercontent.com/b7d0fdc3689df5577928c066e9afc569dbc9f3a65624e190a79570bfde3f763f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6265796f6e64636f64652f6475736b2d64617368626f6172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/beyondcode/dusk-dashboard)

[![](https://camo.githubusercontent.com/9f74b43af9dcc167a78e8d44df91a8ca850c74592a9a523a2d833bf4e5b84598/68747470733a2f2f706f63696f742e6465762f73746f726167652f32322f6475736b2d64617368626f6172642e676966)](https://camo.githubusercontent.com/9f74b43af9dcc167a78e8d44df91a8ca850c74592a9a523a2d833bf4e5b84598/68747470733a2f2f706f63696f742e6465762f73746f726167652f32322f6475736b2d64617368626f6172642e676966)

Installation
------------

[](#installation)

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;
```

Usage
-----

[](#usage)

```
php artisan dusk:dashboard

```

Check out the documentation [here](https://pociot.dev/8-introducing-laravel-dusk-dashboard).

### Handling Asset Paths

[](#handling-asset-paths)

Assets may not load or display properly when using relative paths due to port specification. Using Larvel's [Path Helpers](https://laravel.com/docs/5.7/helpers#available-methods) such as the `url()` and `asset()` helpers (Ex: `{{ url('path/to/asset.css') }}`) will help overcome these pathing issues.

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Marcel Pociot](https://github.com/mpociot)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/87e43ecc8d6b0e2bf5d385b419916d38264de48e53eae2c15e12ebee76d7d699?d=identicon)[zhangpeng1202](/maintainers/zhangpeng1202)

---

Top Contributors

[![peng1202](https://avatars.githubusercontent.com/u/31307972?v=4)](https://github.com/peng1202 "peng1202 (8 commits)")

### Embed Badge

![Health badge](/badges/pengpenga-dusk-dashboard/health.svg)

```
[![Health](https://phpackages.com/badges/pengpenga-dusk-dashboard/health.svg)](https://phpackages.com/packages/pengpenga-dusk-dashboard)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
