laravel / dusk by taylorotwell

Laravel Dusk provides simple end-to-end testing and browser automation.
35,968,743
1,938
47
Package Data
Maintainer Username: taylorotwell
Maintainer Contact: taylor@laravel.com (Taylor Otwell)
Package Create Date: 2016-12-06
Package Last Update: 2026-02-25
Home Page: https://laravel.com/docs/dusk
Language: PHP
License: MIT
Last Refreshed: 2026-02-28 03:03:37
Package Statistics
Total Downloads: 35,968,743
Monthly Downloads: 782,814
Daily Downloads: 31,230
Total Stars: 1,938
Total Watchers: 47
Total Forks: 328
Total Open Issues: 6

Introduction

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.

Official Documentation

Documentation for Dusk can be found on the Laravel website.

License

Laravel Dusk is open-sourced software licensed under the MIT license.