Releases: ngraf/slack-codeception-extension
Releases · ngraf/slack-codeception-extension
Switching library for Slack client
option "webhook" will throw exception when missing
Bug: Silent Dead if webhook url missing (#13) * Correct Indentation * Add Exception if webhook is missing Co-authored-by: Danny Linden <[email protected]>
added new option: "extendedMaxErrors"
You can now limit the number of shown errors in mode extended: true
by adding option extendedMaxErrors
in config of extension.
1.5.1
1.5.0 - option "webhook" now optional
++ 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
1.4.3
fix for "channelOnFail"
1.4.2 fix for 'channelOnFail'
fix for when "channelOnFail" is empty
1.4.1 -- fix: "channelOnFail" (dont use it when it's empty)