laravel dusk specific test code example
Example 1: laravel launch only one dusk test
php artisan dusk tests/Browser/put-your-test-hereTest.php
Example 2: laravel dusk make new test
php artisan dusk:make LoginTest
php artisan dusk tests/Browser/put-your-test-hereTest.php
php artisan dusk:make LoginTest