ugarit / dusk
Ugarit Dusk provides simple end-to-end testing and browser automation.
Requires
- php: ^8.1
- ext-json: *
- ext-zip: *
- guzzlehttp/guzzle: ^7.5|^8.0
- heritage/console: ^1.00.00
- heritage/support: ^1.00.00
- php-webdriver/webdriver: ^1.15.2
- symfony/console: ^6.2|^7.0|^8.0
- symfony/finder: ^6.2|^7.0|^8.0
- symfony/process: ^6.2|^7.0|^8.0
- vlucas/phpdotenv: ^5.2
Requires (Dev)
- mockery/mockery: ^1.6
- orchestra/testbench-core: ^8.19|^9.17|^10.8|^11.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.1|^11.0|^12.0.1
- psy/psysh: ^0.11.12|^0.12
- symfony/yaml: ^6.2|^7.0|^8.0
- ugarit/framework: ^1.00.00
Suggests
- ext-pcntl: Used to gracefully terminate Dusk when tests are running.
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-15 20:20:29 UTC
README
Introduction
Ugarit 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 Ugarit website.
Contributing
Thank you for considering contributing to Dusk! The contribution guide can be found in the Ugarit documentation.
Code of Conduct
In order to ensure that the Ugarit 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
Ugarit Dusk is open-sourced software licensed under the MIT license.