dusk

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

MIT License

Downloads
25.4M
Stars
1.9K
Committers
163

Bot releases are hidden (Show)

dusk - v6.25.1

Published by driesvints about 2 years ago

Fixed

dusk - v6.25.0

Published by driesvints over 2 years ago

Added

dusk - v6.24.0

Published by driesvints over 2 years ago

Added

dusk - v6.23.1

Published by driesvints over 2 years ago

Fixed

dusk - v6.23.0

Published by driesvints over 2 years ago

Added

dusk - v6.22.3

Published by driesvints over 2 years ago

Fixed

dusk - v6.22.2

Published by driesvints over 2 years ago

Changed

dusk - v6.22.1

Published by driesvints over 2 years ago

Fixed

  • Fixes link assertion with single or double quote (#965)
dusk - v6.22.0

Published by driesvints over 2 years ago

Changed

dusk -

Published by driesvints almost 3 years ago

Changed

  • Laravel 9 Support (#956)
dusk - v6.20.0

Published by driesvints almost 3 years ago

Changed

dusk -

Published by driesvints almost 3 years ago

Fixed

  • Fix assertValue for select elements (#942)
dusk -

Published by driesvints about 3 years ago

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)
dusk - v6.19.0

Published by driesvints about 3 years ago

Added

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

Published by driesvints about 3 years ago

Updated

  • Using loginAs with id (#922

Fixed

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

Published by driesvints about 3 years ago

Added

  • Add waitUntilEnabled and waitUntilDisabled (#918)
dusk -

Published by driesvints about 3 years ago

Changed

  • Support waiting for URLs with waitForLocation (#916)
dusk -

Published by driesvints about 3 years ago

Added

  • Add assertInputPresent and assertInputMissing assertions (#914)

Changed

  • Add source directory creation on install (#915)
dusk -

Published by driesvints about 3 years ago

Added

  • Make DuskCommand compatible with Pest (#913)

Fixed

  • Fix unicode support in appendSlowly method (#907)
  • Redirect page to previous URL after asserting authentication (#912)
dusk -

Published by driesvints over 3 years ago

Changed

  • Allow to pass array for select multiple (#904)

Fixed

  • Fix for class imports (#905)