Releases: laravel/dusk
Releases · laravel/dusk
v8.2.5
- [8.x] Use
Psy\debug()function instead of deprecated method. by @crynobone in #1121 - [8.x] Explicitly set
chromedriverport. by @crynobone in #1124
v8.2.4
v8.2.3
- Added
--disable-search-engine-choice-screenargument by @pascalbaljet in #1111
v8.2.2
- fix: DuskTestCase driver function fails to read the DUSK_DRIVER_URL environment variable by @robinstraub in #1108
- [8.x] Fixes installing ChromeDriver 127 and above by @crynobone in #1110
v8.2.1
v8.2.0
v8.1.2
- Move
hasHeadlessDisabled()andshouldStartMaximized()toLaravel\Dusk\TestCaseby @crynobone in #1098
v8.1.1
v8.1.0
- [8.x] Make commands lazy by @timacdonald in #1092
- New Helper
elementScreenshotby @rabrowne85 in #1093 - Support Dusk Selectors in
screenshotElementby @rabrowne85 in #1094 - [8.x] Separate
dump()anddd()usage for consistency by @crynobone in #1096
v8.0.0
- Uses
Tests\CreatesApplicationonly if exists by @nunomaduro in #1074 - Drop PHPUnit 9 and limits Laravel supported versions to 10 and 11 by @crynobone in #1077
- Remove
nesbot/carbondependencies by @crynobone in #1079 - [8.x] Better integrates Pest by @nunomaduro in #1082