Registry / testing / laravel-dusk

laravel-dusk

JSON →
library8.6.0phppackagistunverified

Laravel Dusk provides simple end-to-end testing and browser automation.

composer require laravel/dusk
INSTALL
IMPORT
SIG · LARAVEL-DUSK
L
laravel-dusk
testingphpv8.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Dusk
use Laravel\Dusk\Dusk;

Run a browser test that visits the homepage and checks for text.

use Laravel\Dusk\Dusk; $dusk = new Dusk(); $dusk->browse(function ($browser) { $browser->visit('/')->assertSee('Laravel'); });
Debug
Known issues
gotchaRequires ChromeDriver or Selenium standalone server.
fix
Install ChromeDriver via `php artisan dusk:chrome-driver`.
affects: >=1.0.0
Upgrade
Version history
8.6.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
laravel-dusk — pip install laravel-dusk · libregistry