Skip to content

Releases: ryanrosello-og/playwright-slack-report

v1.0.20 Release

27 Jan 20:07
020be57
Compare
Choose a tag to compare

What's Changed

  • Introduced layoutAsync options by @IvanKalinin in #20, very useful if you need to include attachments (such as screenshots of failures) to the array on Slack blocks, uploading them somewhere.

New Contributors

Full Changelog: 1.0.19...1.0.20

v1.0.19 Release

26 Sep 10:32
eed8e80
Compare
Choose a tag to compare

Various documentation updates:

  • Add app limitation - unable to send message to private channels
  • Add doco fix for #14 by @azad-derakhshani-GS
  • Grouped how do I find my Slack bot oauth token? into its own section for readability

v1.0.18 Release

11 Sep 02:54
f06003b
Compare
Choose a tag to compare
  • Trivial updates to the ReadMe
  • Added new configuration - maxNumberOfFailures
  • Added new unit tests

v1.0.16 Release

10 Sep 08:31
308c20c
Compare
Choose a tag to compare

Bug fixes:

  • Fix issue with reporter not sending results if failures are of type 'timeout'
  • Fix issue with reporter incorrectly reporting tests the have passed retry as being failed
  • strip redundant =======... and ===== logs ===== characters from the slack message

Features:

  • support for multiple projects
  • exposed Project Name and Browser Type

Mics:

  • Update project header logo

v1.0.14 Release

10 Sep 08:16
7901d31
Compare
Choose a tag to compare

Add extra logging in order to troubleshoot #8

v1.0.12 Release

17 Aug 10:19
66eb9d9
Compare
Choose a tag to compare
  • Fixed issues with dependencies
  • Updated default layout
  • Fixed incorrect summary stats when tests retry
  • Remove duplicate failures

v1.0.7 Release

15 Aug 10:33
8b86ea5
Compare
Choose a tag to compare

Updated the default layout.

v1.0.6

13 Aug 10:08
b386884
Compare
Choose a tag to compare

Fix issue with no treating timeouts as failures