PHPackages                             tangvanloc/dusk-test - 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. tangvanloc/dusk-test

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

tangvanloc/dusk-test
====================

A beautiful dashboard for your Laravel Dusk tests

02PHPCI failing

Since Oct 24Pushed 6y ago1 watchersCompare

[ Source](https://github.com/tangvanloc/dusk-test)[ Packagist](https://packagist.org/packages/tangvanloc/dusk-test)[ RSS](/packages/tangvanloc-dusk-test/feed)WikiDiscussions master Synced today

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/7d60973e8ebe5505dcc7a8cddb6bdc61f301e357aa157d28cf772b688948b7a2/687474703a2f2f6d617263656c706f63696f742e64652f757365722f70616765732f626c6f672f696e74726f647563696e672d7468652d6c61726176656c2d6475736b2d64617368626f6172642f6475736b2d64617368626f6172642e676966)](https://camo.githubusercontent.com/7d60973e8ebe5505dcc7a8cddb6bdc61f301e357aa157d28cf772b688948b7a2/687474703a2f2f6d617263656c706f63696f742e64652f757365722f70616765732f626c6f672f696e74726f647563696e672d7468652d6c61726176656c2d6475736b2d64617368626f6172642f6475736b2d64617368626f6172642e676966)

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](http://marcelpociot.de/blog/introducing-the-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

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

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/de50cb74c996fd444f01623383d3ea7cfec45c1f915acb22b61615b7279cd823?d=identicon)[tangvanloc](/maintainers/tangvanloc)

---

Top Contributors

[![at-loctang](https://avatars.githubusercontent.com/u/12437836?v=4)](https://github.com/at-loctang "at-loctang (2 commits)")

### Embed Badge

![Health badge](/badges/tangvanloc-dusk-test/health.svg)

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

###  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)
