beyondcode/dusk-dashboard
最新稳定版本:2.0.0
Composer 安装命令:
composer require beyondcode/dusk-dashboard
包简介
A beautiful dashboard for your Laravel Dusk tests
README 文档
README
A beautiful dashboard for your Dusk test suites.
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
php artisan dusk:dashboard
Check out the documentation here.
Handling Asset Paths
Assets may not load or display properly when using relative paths due to port specification. Using Larvel's Path Helpers such as the url() and asset() helpers (Ex: {{ url('path/to/asset.css') }}) will help overcome these pathing issues.
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email marcel@beyondco.de instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 107.74k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 559
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-12-12