Browser Tests
The E2E tests in LaunchStack it's powered by Laravel Dusk, you can find more info on Laravel Documentation.
Create a new Dusk test class
php artisan dusk:make UserCreate a new Dusk page class
php artisan dusk:page UserHow to run tests
php artisan duskLast updated
Was this helpful?