Skip to content

Version 1.19.x

Compare
Choose a tag to compare
@giulong giulong released this 28 Dec 21:22
· 162 commits to develop since this release

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