Skip to content

v3.0.0 - Laravel Dusk 8.x and Laravel 11 support

Latest

Choose a tag to compare

@derekmd derekmd released this 20 Oct 23:36
0b7e2cf

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-firefox
    • php artisan dusk:install-firefox --with-chrome

    This step will remove the reference to the now-missing trait CreatesApplication.