Laravel Dusk provides simple end-to-end testing and browser automation.
aariess/dusk is a Laravel package for laravel dusk provides simple end-to-end testing and browser automation..
It currently has 0 GitHub stars and 17 downloads on Packagist (latest version v1.0.7).
Install it with composer require aariess/dusk.
Discover more Laravel packages by aariess
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.
Laravel Dusk is open-sourced software licensed under the MIT license