laravel / dusk by taylorotwell

Laravel Dusk provides simple end-to-end testing and browser automation.
23,002,691
1,832
47
Package Data
Maintainer Username: taylorotwell
Maintainer Contact: taylor@laravel.com (Taylor Otwell)
Package Create Date: 2016-12-06
Package Last Update: 2024-04-25
Home Page: https://laravel.com/docs/dusk
Language: PHP
License: MIT
Last Refreshed: 2024-05-16 15:00:29
Package Statistics
Total Downloads: 23,002,691
Monthly Downloads: 483,025
Daily Downloads: 19,070
Total Stars: 1,832
Total Watchers: 47
Total Forks: 318
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.