Added
- Support "laravel/dusk":^8.0 (#35)
Breaking changes
-
Since Laravel 11 optionally allows removing file tests/CreatesApplication.php, applications that deleted this file must overwrite tests/DuskTestCase.php using one of these two commands:
php artisan dusk:install-firefoxphp artisan dusk:install-firefox --with-chrome
This step will remove the reference to the now-missing trait
CreatesApplication.