Releases: laravel/dusk
Releases · laravel/dusk
v7.9.3
- [7.x] Prevent interaction with
Http::preventStrayRequests
by @joshbonnick in #1052
v7.9.2
- [7.x] Export ignore
testbench.yaml
file by @crynobone in #1048 - [7.x] Fixes using
ChromeDriverCommand
with Telescope by @crynobone in #1050
v7.9.1
- Normalize directory separator on
ChromeDriverCommand
by @crynobone in #1045
v7.9.0
- Fix ChromeDriverCommand for ChromeDriver 115+ by @crynobone in #1043
v7.8.0
- Uses Collision's printer if possible by @nunomaduro in #1038
- Fixed timeout error message that contain percent characters when calling waitForTextIn by @voidgraphics in #1029
v7.7.1
- Allow
dusk
attribute selectors to be chained by @JayBizzle in #1034
v7.7.0
v7.6.1
Fixed
- Fix PHPUnit v10 stubs by @driesvints in #1024
v7.6.0
Added
- Adds PHPUnit 10 support by @crynobone in #1023
v7.5.0
Added
- Allow custom dusk selector by @taylorotwell in cf04717