Skip to content

Releases: laravel/dusk

v6.22.0

01 Feb 16:17
138e126
Compare
Choose a tag to compare

Changed

v6.21.0

12 Jan 18:00
45c1005
Compare
Choose a tag to compare

Changed

  • Laravel 9 Support (#956)

v6.20.0

04 Jan 15:23
7b62097
Compare
Choose a tag to compare

Changed

v6.19.2

20 Oct 10:10
c042f8d
Compare
Choose a tag to compare

Fixed

  • Fix assertValue for select elements (#942)

v6.19.1

19 Oct 15:05
9689f78
Compare
Choose a tag to compare

Changed

  • throw an error if assertValue() is used with an element that does not support the value attribute (#936, 334c49f)

Fixed

  • Fix logout() when using AuthenticateSession and default guard (#939)

v6.19.0

12 Oct 15:06
b55a572
Compare
Choose a tag to compare

Added

  • Add new assertion assertValueIsNot() (#929)
  • Add new assertion assertAttributeContains() (#931, ab47680)

v6.18.1

07 Sep 14:28
c99116b
Compare
Choose a tag to compare

Updated

  • Using loginAs with id (#922

Fixed

  • Fix "pest" option does not exist on dusk:fails command (#921)

v6.18.0

31 Aug 14:52
9907436
Compare
Choose a tag to compare

Added

  • Add waitUntilEnabled and waitUntilDisabled (#918)

v6.17.1

17 Aug 15:12
20a23f4
Compare
Choose a tag to compare

Changed

  • Support waiting for URLs with waitForLocation (#916)

v6.17.0

10 Aug 17:13
8563c4e
Compare
Choose a tag to compare

Added

  • Add assertInputPresent and assertInputMissing assertions (#914)

Changed

  • Add source directory creation on install (#915)