pankitgami / dusk
This package is the fork of laravel/dusk to support dusk in laravel 5.3
v1.0.13
2017-04-17 14:04 UTC
Requires
- php: >=5.6.4
- facebook/webdriver: ~1.0
- illuminate/support: ~5.3
- nesbot/carbon: ~1.20
- symfony/console: 3.1.*
- symfony/process: 3.1.*
Requires (Dev)
- mockery/mockery: ^0.9.6
- phpunit/phpunit: ^5.7
README
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