{"id":13462147,"url":"https://github.com/beyondcode/dusk-dashboard","last_synced_at":"2025-03-25T01:31:47.279Z","repository":{"id":39579475,"uuid":"158287090","full_name":"beyondcode/dusk-dashboard","owner":"beyondcode","description":"A beautiful dashboard for your Laravel Dusk tests","archived":true,"fork":false,"pushed_at":"2022-04-18T21:12:36.000Z","size":109,"stargazers_count":558,"open_issues_count":3,"forks_count":62,"subscribers_count":13,"default_branch":"master","last_synced_at":"2025-03-19T06:44:31.643Z","etag":null,"topics":["dusk","laravel","tests"],"latest_commit_sha":null,"homepage":"https://pociot.dev/8-introducing-laravel-dusk-dashboard","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beyondcode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-19T20:39:31.000Z","updated_at":"2025-02-11T21:34:20.000Z","dependencies_parsed_at":"2022-09-04T09:41:56.095Z","dependency_job_id":null,"html_url":"https://github.com/beyondcode/dusk-dashboard","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fdusk-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fdusk-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fdusk-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beyondcode%2Fdusk-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beyondcode","download_url":"https://codeload.github.com/beyondcode/dusk-dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245381942,"owners_count":20606126,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dusk","laravel","tests"],"created_at":"2024-07-31T12:00:40.146Z","updated_at":"2025-03-25T01:31:46.967Z","avatar_url":"https://github.com/beyondcode.png","language":"PHP","readme":"# Laravel Dusk Dashboard\n\nA beautiful dashboard for your Dusk test suites.\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/beyondcode/dusk-dashboard.svg?style=flat-square)](https://packagist.org/packages/beyondcode/dusk-dashboard)\n[![Quality Score](https://img.shields.io/scrutinizer/g/beyondcode/dusk-dashboard.svg?style=flat-square)](https://scrutinizer-ci.com/g/beyondcode/dusk-dashboard)\n[![Total Downloads](https://img.shields.io/packagist/dt/beyondcode/dusk-dashboard.svg?style=flat-square)](https://packagist.org/packages/beyondcode/dusk-dashboard)\n\n![](https://pociot.dev/storage/22/dusk-dashboard.gif)\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require beyondcode/dusk-dashboard --dev\n```\n\nNext up, you need to go to your `DuskTestCase.php` that was installed by Laravel Dusk. You can find this file in your `tests` directory:\n\nFind and replace this line:\n```php\nuse Laravel\\Dusk\\TestCase as BaseTestCase;\n```\nwith:\n```php\nuse BeyondCode\\DuskDashboard\\Testing\\TestCase as BaseTestCase;\n```\n\n## Usage\n\n```\nphp artisan dusk:dashboard\n```\n\nCheck out the documentation [here](https://pociot.dev/8-introducing-laravel-dusk-dashboard).\n\n### Handling Asset Paths\n\nAssets 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.\n\n### Testing\n\n``` bash\ncomposer test\n```\n\n### Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.\n\n## Credits\n\n- [Marcel Pociot](https://github.com/mpociot)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","funding_links":[],"categories":["Uncategorized","PHP"],"sub_categories":["Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondcode%2Fdusk-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeyondcode%2Fdusk-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeyondcode%2Fdusk-dashboard/lists"}