A simple app to demonstrate integration test with Laravel Dusk
git clone https://github.com/NtimYeboah/laravel-dusk-demo.git
and then run
composer install
to install the dependencies
php artisan dusk
to run dusk tests
phpunit tests/Unit
to run unit tests