- Added
illuminate/console
as dependency (#232) - Added security measurement against registering Dusk on production (#229)
- Added
PHP_BINARY
constant to the list of PHP's executable binaries (#240)
- Changed
propagateScaffoldingToBrowser()
tosetUp()
for compatibility with PHPUnit ~6.0 (#227) - Changed
selected()
comparison to always cast the value to string (#239)
- No longer throws exception when Tty is not available (#226)
- Use
getAttribute('value')
instead ofgetText()
fortextarea
elements (#237) - Fixed bug when giving strings with apostrophe to
clickLink()
(#228)
- Added automated tests for HTML elements identified by strings with a colon (#214)
- Support for colon on HTML id tag (#214)
- Added
assertSelectHasOptions()
,assertSelectMissingOptions()
,assertSelectHasOption()
andand assertSelectMissingOption()
(#195) - Added purge console logs before starting tests (#193)
- Added
assertPathIsNot()
(#183) - Added support for back button (#187)
- Added
waitForLocation()
to allow waiting onwindow.location
to be changed (#176)