Add configuration option for including cause string representation in message of WaitTimeoutException #386
Comments
Pull request: geb/geb#103 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It turns out that Maven Surefire Plugin does not include causes of exceptions causing test failures which makes it hard to understand why a
WaitTimeoutException
has occurred. This new config option should be added to rectify it.The text was updated successfully, but these errors were encountered: