The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
ArtisanGPT
API
Laravel Version
8.x
dusk
🖥
dusk
Run the Dusk tests for the application
Options
browse
- Open a browser instead of using headless mode
Optional
pest
- Run the tests using Pest
Optional
without-tty
- Disable output to TTY
Optional
php artisan dusk [--browse] [--without-tty] [--pest]
Click to copy