- Added support to fail the test when an exception is thrown in a global hook by passing the error message to the
done
callback; - Added new
props
object on the page object which can hold various properties; ifprops
is a function, it is with the page as its context. - Added error messages to the results object as the
errmessages
array.