aariess / dusk by Aariess
forked from laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.
15
0
1
Package Data
Maintainer Username: Aariess
Maintainer Contact: taylor@laravel.com (Taylor Otwell)
Package Create Date: 2017-02-27
Package Last Update: 2017-02-27
Language: PHP
License: MIT
Last Refreshed: 2024-04-19 15:08:23
Package Statistics
Total Downloads: 15
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
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