PHPackages                             zenia9012/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. [Testing &amp; Quality](/categories/testing)
4. /
5. zenia9012/dusk-dashboard

ActiveLibrary[Testing &amp; Quality](/categories/testing)

zenia9012/dusk-dashboard
========================

A beautiful dashboard for your Laravel Dusk tests

2.0.0(5y ago)025MITPHPPHP ^7.2

Since Dec 12Pushed 4y agoCompare

[ Source](https://github.com/zenia9012/dusk-dashboard)[ Packagist](https://packagist.org/packages/zenia9012/dusk-dashboard)[ Docs](https://github.com/beyondcode/dusk-dashboard)[ RSS](/packages/zenia9012-dusk-dashboard/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (8)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

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 68.5% 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.

###  Release Activity

Cadence

Every ~89 days

Recently: every ~133 days

Total

7

Last Release

2172d ago

Major Versions

1.2.0 → 2.0.02020-05-29

PHP version history (2 changes)1.0.0PHP ^7.1

1.2.0PHP ^7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d8963821bca4a30f7e613b311028a09072ff3e100da3ffbbf89fa8933167655?d=identicon)[Yevhenii](/maintainers/Yevhenii)

---

Top Contributors

[![mpociot](https://avatars.githubusercontent.com/u/804684?v=4)](https://github.com/mpociot "mpociot (61 commits)")[![upsite4k](https://avatars.githubusercontent.com/u/28684500?v=4)](https://github.com/upsite4k "upsite4k (8 commits)")[![RobPrigroup](https://avatars.githubusercontent.com/u/107175024?v=4)](https://github.com/RobPrigroup "RobPrigroup (4 commits)")[![zenia9012](https://avatars.githubusercontent.com/u/24375317?v=4)](https://github.com/zenia9012 "zenia9012 (2 commits)")[![ricardoboss](https://avatars.githubusercontent.com/u/6266356?v=4)](https://github.com/ricardoboss "ricardoboss (2 commits)")[![royduin](https://avatars.githubusercontent.com/u/1703233?v=4)](https://github.com/royduin "royduin (2 commits)")[![wuori](https://avatars.githubusercontent.com/u/96183?v=4)](https://github.com/wuori "wuori (2 commits)")[![vesper8](https://avatars.githubusercontent.com/u/816028?v=4)](https://github.com/vesper8 "vesper8 (1 commits)")[![nie7321](https://avatars.githubusercontent.com/u/27235866?v=4)](https://github.com/nie7321 "nie7321 (1 commits)")[![dbpolito](https://avatars.githubusercontent.com/u/347400?v=4)](https://github.com/dbpolito "dbpolito (1 commits)")[![stefanullrich](https://avatars.githubusercontent.com/u/3226657?v=4)](https://github.com/stefanullrich "stefanullrich (1 commits)")[![michielgerritsen](https://avatars.githubusercontent.com/u/5858697?v=4)](https://github.com/michielgerritsen "michielgerritsen (1 commits)")[![nunomaduro](https://avatars.githubusercontent.com/u/5457236?v=4)](https://github.com/nunomaduro "nunomaduro (1 commits)")[![owenvoke](https://avatars.githubusercontent.com/u/1899334?v=4)](https://github.com/owenvoke "owenvoke (1 commits)")[![pascaldls](https://avatars.githubusercontent.com/u/4353556?v=4)](https://github.com/pascaldls "pascaldls (1 commits)")

---

Tags

beyondcodedusk-dashboard

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[larastan/larastan

Larastan - Discover bugs in your code without running it. A phpstan/phpstan extension for Laravel

6.4k43.5M5.2k](/packages/larastan-larastan)[spatie/laravel-export

Create a static site bundle from a Laravel app

646127.9k5](/packages/spatie-laravel-export)[torchlight/torchlight-laravel

A Laravel Client for Torchlight, the syntax highlighting API.

120452.8k11](/packages/torchlight-torchlight-laravel)[erag/laravel-disposable-email

A Laravel package to detect and block disposable email addresses.

226102.4k](/packages/erag-laravel-disposable-email)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)[beyondcode/laravel-masked-db-dump

Dump masked information from your database

11341.2k](/packages/beyondcode-laravel-masked-db-dump)

PHPackages © 2026

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