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 visible (Hide)

dusk -

Published by driesvints over 3 years ago

Added

  • Added middleware configuration (#888)
dusk -

Published by driesvints over 3 years ago

Added

  • Add purge console command (#887)

Changed

  • Move commands to boot method (#884)
  • Refactor redundant purging methods (#886)
dusk -

Published by driesvints over 3 years ago

Added

  • Add assertNotPresent() assertion (#879)
dusk -

Published by driesvints over 3 years ago

Added

  • Add Dusk command argument --browse (#870)
  • Add support for Mac ARM64 architecture (#876)
dusk -

Published by driesvints over 3 years ago

Fixed

  • Add $seconds options to Browser::elseWhenAvailable() (#865)
dusk -

Published by driesvints over 3 years ago

Changed

  • Add Chromium path for Debian 10 (#855)

Fixed

  • Do not resize to zero (#858)
  • Fix the value generated when setting encrypted cookies (#857)
    
dusk -

Published by driesvints over 3 years ago

Changed

  • Allow passing mixed to assertVue and assertVueIsNot (#853)
dusk -

Published by driesvints almost 4 years ago

Added

  • Add Browser::elsewhereWhenAvailable() (#846)
dusk -

Published by driesvints almost 4 years ago

Added

  • Add new assertions assertSeeAnythingIn() and assertSeeNothingIn() (#843, dc683ee)
    
dusk -

Published by driesvints almost 4 years ago

Fixed

  • Add Vue 3 support to the assertVue*() methods (#834)
dusk -

Published by driesvints almost 4 years ago

Added

  • PHP 8 Support (#833) 
dusk -

Published by driesvints almost 4 years ago

Changed

  • Changes in preparation for Laravel Sail
dusk -

Published by driesvints about 4 years ago

Added

  • Capture source code on failure (#819, 3c59a5c)
  • Add assertScript() (#821)
  • Added waitForTextIn Function (#823)
  • Allow to utilise browser "about:blank" page (#824)

Fixed

  • Fix choosing random elements on <select> (#822)
  • Fix logout() when using AuthenticateSession middleware (#826)
dusk -

Published by driesvints about 4 years ago

Added

  • Add Chrome driver auto detection (#816)
dusk - v6.6.1

Published by driesvints about 4 years ago

Fixed

  • Fix the fitContent() method (#815)
dusk - v6.6.0

Published by driesvints about 4 years ago

Added

  • Allow proxy for getting latest version (#805)
dusk - v6.5.1

Published by driesvints about 4 years ago

Fixed

  • Add CookieValuePrefix detection for encrypted cookies (#804)
  • Allow dotenv 5.0 to be installed (#803)
dusk - v6.5.0

Published by driesvints about 4 years ago

Added

  • Support Laravel 8 (#800)
dusk - v6.4.1

Published by driesvints over 4 years ago

Fixed

  • Pass ssl-no-verify option into latestVersion of ChromeDriver install (#794)
dusk - v6.4.0

Published by driesvints over 4 years ago

Added

  • Support clicking the topmost element at a given pair of coordinates (#788)