laravel / dusk by taylorotwell

Laravel Dusk provides simple end-to-end testing and browser automation.
28,838,940
1,912
49
Package Data
Maintainer Username: taylorotwell
Maintainer Contact: taylor@laravel.com (Taylor Otwell)
Package Create Date: 2016-12-06
Package Last Update: 2025-04-08
Home Page: https://laravel.com/docs/dusk
Language: PHP
License: MIT
Last Refreshed: 2025-04-11 15:00:57
Package Statistics
Total Downloads: 28,838,940
Monthly Downloads: 544,239
Daily Downloads: 23,749
Total Stars: 1,912
Total Watchers: 49
Total Forks: 329
Total Open Issues: 5

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.