You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: Silent Dead if webhook url missing (#13)
* Correct Indentation
* Add Exception if webhook is missing
Co-authored-by: Danny Linden <d.linden@ryte.com>
++ changed behavior: option "webhook" is now optional.
Before it was required and threw an exception when left empty. Now it will just not publish any test result without complaining.
++ minor code refactoring without impact
feature: new optional config key "channelOnFail". When you specify a value for this config key, in case of failure all messages will be sent to this list of channels (f.e. channelOnFail: '#alerts,@user.abc')