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.3.0

Published by driesvints over 4 years ago

Added

  • Support executing closures outside of the current selector scope (#784)
dusk - v6.2.0

Published by driesvints over 4 years ago

Changed

Fixed

  • Domain routing should only be optional (#776)
  • Fix for cookie assertions (#778)
dusk - v6.1.0

Published by driesvints over 4 years ago

Added

  • Support scrolling an element into view (#766)
  • Support navigating forward in the browser (#767)
dusk - v6.0.1

Published by driesvints over 4 years ago

Fixed

  • Trim trailing slash (#764)
dusk - v6.0.0

Published by driesvints over 4 years ago

Added

Changed

  • Dropped support for Laravel 5.7 & 5.8 (98af698, e0c173a)
  • Dropped support for PHP 7.1 (210e03e)
  • Dropped support for Carbon v1 (0b880e9)
  • Bumped minimum Symfony dependencies to 4.3 (1ee28e1)
dusk - v5.11.0

Published by driesvints over 4 years ago

Added

  • Add assert attribute methods (#751)

Fixed

  • Fix Call to undefined method (#750)
  • Avoid throwing exception on production (#755)
dusk - v5.10.0

Published by driesvints over 4 years ago

Added

  • Adds typeSlowly & appendSlowly (#748)
dusk - v5.9.2

Published by driesvints over 4 years ago

Fixed

  • Bugfix quoting for InteractsWithElements::value (#735)
  • Remove php-webdriver constraints (#737)
dusk - v5.9.1

Published by driesvints over 4 years ago

Fixed

  • Adds the missing import for InteractsWithMouse@clickAtXPath (#728)
  • Size sanity check at fitContent (#730)
  • Lock php-webdriver constraints for now (#733)
dusk - v5.9.0

Published by driesvints over 4 years ago

Added

  • Add clickAtXPath (#723, effe73d)
  • Add ProvidesBrowser::getCallerName() (#725)

Fixed

  • Fit content to <html> instead of <body> (#726)
dusk - v5.8.2

Published by driesvints over 4 years ago

Changed

  • Rename php-webdriver package (#720)
  • Update jQuery file (#721)

Fixed

  • Update fitContent() (#717)
dusk - v5.8.1

Published by driesvints almost 5 years ago

Fixed

  • Cast boolean values to appropriate string (#713)
dusk - v5.8.0

Published by driesvints almost 5 years ago

Added

dusk - v5.7.0

Published by driesvints almost 5 years ago

Added

  • Automatically fit content on failures (#704)
dusk - v5.6.3

Published by driesvints almost 5 years ago

Added

  • Support phpdotenv v4 (#699)

Fixed

  • scrollTo: add support for selectors with quotes (#697)
dusk - v5.6.2

Published by driesvints almost 5 years ago

Changed

  • Allow for Symfony 5 (#696)
dusk - v5.6.1

Published by driesvints almost 5 years ago

Fixed

  • Ensure jQuery for scrollTo (#686)
  • Added missing return statement in withDuskEnvironment (#691)
  • Prevent using pcntl when not installed (#692)
dusk - v5.6.0

Published by driesvints almost 5 years ago

Added

  • Add scrollTo method (#684)

Fixed

  • Add graceful handler for SIGINT for .env restoration (#682, f843b8a)
dusk - v5.5.2

Published by driesvints about 5 years ago

Fixed

  • Improve detection of latest stable ChromeDriver release (#677)
dusk - v5.5.1

Published by driesvints about 5 years ago

Fixed

  • Update regular expression base on website changes (#674)