laravel / dusk by taylorotwell

Laravel Dusk provides simple end-to-end testing and browser automation.
22,642,726
1,826
46
Package Data
Maintainer Username: taylorotwell
Maintainer Contact: taylor@laravel.com (Taylor Otwell)
Package Create Date: 2016-12-06
Package Last Update: 2024-04-17
Home Page: https://laravel.com/docs/dusk
Language: PHP
License: MIT
Last Refreshed: 2024-04-24 03:00:27
Package Statistics
Total Downloads: 22,642,726
Monthly Downloads: 523,277
Daily Downloads: 24,633
Total Stars: 1,826
Total Watchers: 46
Total Forks: 317
Total Open Issues: 0

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.