Version 1.19.x
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):
drivers:
keepOpen: true
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 failOnError
to true
in the corresponding consumer(s) (docs):
eventsConsumers:
- mail:
failOnError: true
Slack notification text
It's now possible to customise the text of the Slack notification (docs):
eventsConsumers:
- slack:
text: Notification text