Skip to content

Releases: ngraf/slack-codeception-extension

Switching library for Slack client

12 May 15:11
3ca659f
Compare
Choose a tag to compare

As "maknz/slack" is not maintained anymore, forked library "alek13/slack" is now used.

option "webhook" will throw exception when missing

26 Mar 08:13
f0d5ab2
Compare
Choose a tag to compare
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"

16 Jul 12:08
Compare
Choose a tag to compare

You can now limit the number of shown errors in mode extended: true by adding option extendedMaxErrors in config of extension.

1.5.1

07 Jun 16:24
Compare
Choose a tag to compare
  • fix: removed Codeception v3.x from dependencies so that users of Codeception v2.x can also use it

1.5.0 - option "webhook" now optional

07 Jun 15:58
13b6c23
Compare
Choose a tag to compare
Pre-release

++ 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

12 Mar 15:35
de9a8f4
Compare
Choose a tag to compare
fix for PHPUnit TestResult class

fix for "channelOnFail"

31 Jan 09:00
Compare
Choose a tag to compare
1.4.2

fix for 'channelOnFail'

fix for when "channelOnFail" is empty

02 Jan 07:50
Compare
Choose a tag to compare
1.4.1

-- fix: "channelOnFail" (dont use it when it's empty)

1.4.0

21 Dec 10:25
bfdf4da
Compare
Choose a tag to compare

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')

1.3.0

08 Aug 13:10
Compare
Choose a tag to compare
  • feature: new strategy "successonly". In this strategy slack messages will only be sent when the test run was a success.