sinamiandashti / duskproduction
Laravel Dusk provides simple end-to-end testing and browser automation.
v4.0.5
2019-01-10 14:22 UTC
Requires
- php: >=7.1.0
- facebook/webdriver: ~1.3
- illuminate/console: ~5.6
- illuminate/support: ~5.6
- nesbot/carbon: ~1.20
- symfony/console: ~4.0
- symfony/process: ~4.0
Requires (Dev)
- mockery/mockery: ~1.0
- phpunit/phpunit: ~7.0
- dev-master / 5.0.x-dev
- 4.0.x-dev
- v4.0.5
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- 3.0.x-dev
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- 2.0.x-dev
- v2.0.14
- v2.0.13
- v2.0.12
- v2.0.11
- v2.0.10
- v2.0.9
- v2.0.8
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.1.1
- v1.1.0
- 1.0.x-dev
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
This package is auto-updated.
Last update: 2024-10-29 05:46:47 UTC
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.