3x1io/dusk-module is a Laravel package for laravel dusk unit test with gui for vilt stack.
It currently has 0 GitHub stars and 15 downloads on Packagist (latest version v1.0.1).
Install it with composer require 3x1io/dusk-module.
Discover more Laravel packages by 3x1io
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Dusk unit test with GUI for VILT Stack
composer require 3x1io/dusk-module
Add Module to modules_statuses.json if not exists
{
"Dusk": true
}
php artisan dusk:install
php artisan config:clear
php artisan migrate
php artisan roles:generate test_logs
Publish Assets
yarn
yarn build
you can join our discord server to get support VILT Admin
Please see CHANGELOG for more information on what has changed recently.
The MIT License (MIT). Please see License File for more information.