I'd like to be able to see the browser when running my Browser tests using Dusk 2.0 in Laravel 5.5 (specifically so I can use $browser-tinker() and give it some manual commands for debugging purposes).
Does anyone know how to do this? I was hoping some something as simple as:
php artisan dusk --noheadless