Laravel Dusk provides simple end-to-end testing and browser automation.
laravel/dusk is a Laravel package for laravel dusk provides simple end-to-end testing and browser automation..
It currently has 1.941 GitHub stars and 39.484.318 downloads on Packagist (latest version v8.6.0).
Install it with composer require laravel/dusk.
Discover more Laravel packages by laravel
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Dusk provides an expressive, easy-to-use browser automation and testing API. By default, Dusk does not require you to install JDK or Selenium on your machine. Instead, Dusk uses a standalone Chromedriver. However, you are free to utilize any other Selenium driver you wish.
Documentation for Dusk can be found on the Laravel website.
Thank you for considering contributing to Dusk! The contribution guide can be found in the Laravel documentation.
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Please review our security policy on how to report security vulnerabilities.
Laravel Dusk is open-sourced software licensed under the MIT license.