Releases: ryanrosello-og/playwright-slack-report
Releases · ryanrosello-og/playwright-slack-report
v1.0.20 Release
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
- @IvanKalinin made their first contribution in #20
Full Changelog: 1.0.19...1.0.20
v1.0.19 Release
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
- Trivial updates to the ReadMe
- Added new configuration -
maxNumberOfFailures
- Added new unit tests
v1.0.16 Release
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
andBrowser Type
Mics:
- Update project header logo
v1.0.14 Release
Add extra logging in order to troubleshoot #8
v1.0.12 Release
- Fixed issues with dependencies
- Updated default layout
- Fixed incorrect summary stats when tests retry
- Remove duplicate failures
v1.0.7 Release
Updated the default layout.
v1.0.6
Fix issue with no treating timeouts as failures