Version 1.19.x #318
giulong
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New Configuration Keys
The following configuration keys were added.
Keep the driver open at the end of execution
By default, the driver is closed at the end of execution. To leave it open, just add this (docs):
Break tests on events consumers' errors
By default, exceptions in events consumers (such as those to send notifications) do not make the tests fail. If you'd like to change this behaviour, set
failOnErrortotruein the corresponding consumer(s) (docs):Slack notification text
It's now possible to customise the text of the Slack notification (docs):
This discussion was created from the release Version 1.19.x.
Beta Was this translation helpful? Give feedback.
All reactions