laravel / dusk
Laravel Dusk provides simple end-to-end testing and browser automation.
Installs: 25 978 544
Dependents: 245
Suggesters: 1
Security: 0
Stars: 1 876
Watchers: 49
Forks: 323
Open Issues: 2
Requires
- php: ^8.1
- ext-json: *
- ext-zip: *
- guzzlehttp/guzzle: ^7.5
- illuminate/console: ^10.0|^11.0
- illuminate/support: ^10.0|^11.0
- php-webdriver/webdriver: ^1.9.0
- symfony/console: ^6.2|^7.0
- symfony/finder: ^6.2|^7.0
- symfony/process: ^6.2|^7.0
- vlucas/phpdotenv: ^5.2
Requires (Dev)
- mockery/mockery: ^1.6
- orchestra/testbench: ^8.19|^9.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.1|^11.0
- psy/psysh: ^0.11.12|^0.12
Suggests
- ext-pcntl: Used to gracefully terminate Dusk when tests are running.
- 8.x-dev
- v8.2.10
- v8.2.9
- v8.2.8
- v8.2.7
- v8.2.6
- v8.2.5
- v8.2.4
- v8.2.3
- v8.2.2
- v8.2.1
- v8.2.0
- v8.1.2
- v8.1.1
- v8.1.0
- v8.0.0
- 7.x-dev
- v7.13.0
- v7.12.3
- v7.12.2
- v7.12.1
- v7.12.0
- v7.11.4
- v7.11.3
- v7.11.2
- v7.11.1
- v7.11.0
- v7.10.0
- v7.9.4
- v7.9.3
- v7.9.2
- v7.9.1
- v7.9.0
- v7.8.1
- v7.8.0
- v7.7.1
- v7.7.0
- v7.6.1
- v7.6.0
- v7.5.0
- v7.4.0
- v7.3.0
- v7.2.1
- v7.2.0
- v7.1.1
- v7.1.0
- v7.0.2
- v7.0.1
- v7.0.0
- 6.x-dev
- v6.25.2
- v6.25.1
- v6.25.0
- v6.24.0
- v6.23.1
- v6.23.0
- v6.22.3
- v6.22.2
- v6.22.1
- v6.22.0
- v6.21.0
- v6.20.0
- v6.19.2
- v6.19.1
- v6.19.0
- v6.18.1
- v6.18.0
- v6.17.1
- v6.17.0
- v6.16.0
- v6.15.1
- v6.15.0
- v6.14.0
- v6.13.0
- v6.12.0
- v6.11.3
- v6.11.2
- v6.11.1
- v6.11.0
- v6.10.0
- v6.9.1
- v6.9.0
- v6.8.1
- v6.8.0
- v6.7.0
- v6.6.1
- v6.6.0
- v6.5.1
- v6.5.0
- v6.4.1
- v6.4.0
- v6.3.0
- v6.2.0
- v6.1.0
- v6.0.1
- v6.0.0
- v5.11.0
- v5.10.0
- v5.9.2
- v5.9.1
- v5.9.0
- v5.8.2
- v5.8.1
- v5.8.0
- v5.7.0
- v5.6.3
- v5.6.2
- v5.6.1
- v5.6.0
- v5.5.2
- v5.5.1
- v5.5.0
- v5.4.0
- v5.3.0
- v5.2.0
- v5.1.1
- v5.1.0
- 5.0.x-dev
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- 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
- dev-dynamic-import
- dev-ci-improvements
- dev-php84
This package is auto-updated.
Last update: 2024-10-22 14:19:42 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.
Contributing
Thank you for considering contributing to Dusk! The contribution guide can be found in the Laravel documentation.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel Dusk is open-sourced software licensed under the MIT license.