Releases: laravel/dusk
Releases · laravel/dusk
v8.2.3
- Added
--disable-search-engine-choice-screen
argument 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\TestCase
by @crynobone in #1098
v8.1.1
v8.1.0
- [8.x] Make commands lazy by @timacdonald in #1092
- New Helper
elementScreenshot
by @rabrowne85 in #1093 - Support Dusk Selectors in
screenshotElement
by @rabrowne85 in #1094 - [8.x] Separate
dump()
anddd()
usage for consistency by @crynobone in #1096
v8.0.0
- Uses
Tests\CreatesApplication
only if exists by @nunomaduro in #1074 - Drop PHPUnit 9 and limits Laravel supported versions to 10 and 11 by @crynobone in #1077
- Remove
nesbot/carbon
dependencies by @crynobone in #1079 - [8.x] Better integrates Pest by @nunomaduro in #1082
v7.13.0
v7.12.3
- Fixes console logs trying to create file containing
DIRECTORY_SEPARATOR
value from data provider name. by @crynobone in #1086