PHPackages                             ahmadelsaeed/php8-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. ahmadelsaeed/php8-dusk-dashboard

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

ahmadelsaeed/php8-dusk-dashboard
================================

A beautiful dashboard for your Laravel Dusk tests

18

Since Apr 18Pushed 4y agoCompare

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

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)

Improvements
------------

[](#improvements)

- Upgrade to PHP 8.0
- Upgraded some packages
- Applied community improvements from other forks

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

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/185787f91fb252432966061d80d5cb0dffbdd78e50e8f3654b857037d4fdb60f?d=identicon)[ahmadelsaeed](/maintainers/ahmadelsaeed)

---

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)")[![wuori](https://avatars.githubusercontent.com/u/96183?v=4)](https://github.com/wuori "wuori (2 commits)")[![drjoju](https://avatars.githubusercontent.com/u/461705?v=4)](https://github.com/drjoju "drjoju (2 commits)")[![royduin](https://avatars.githubusercontent.com/u/1703233?v=4)](https://github.com/royduin "royduin (2 commits)")[![ricardoboss](https://avatars.githubusercontent.com/u/6266356?v=4)](https://github.com/ricardoboss "ricardoboss (2 commits)")[![vesper8](https://avatars.githubusercontent.com/u/816028?v=4)](https://github.com/vesper8 "vesper8 (1 commits)")[![pascaldls](https://avatars.githubusercontent.com/u/4353556?v=4)](https://github.com/pascaldls "pascaldls (1 commits)")[![michielgerritsen](https://avatars.githubusercontent.com/u/5858697?v=4)](https://github.com/michielgerritsen "michielgerritsen (1 commits)")[![nie7321](https://avatars.githubusercontent.com/u/27235866?v=4)](https://github.com/nie7321 "nie7321 (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)")[![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)")

### Embed Badge

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

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

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M571](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)

PHPackages © 2026

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