Skip to content

Releases: Automattic/action-test-results-to-slack

0.3.1

29 Aug 19:02
Compare
Choose a tag to compare

0.3.1 - 2024-08-29

Changed

  • Updated package dependencies. [#36097] [#36757] [#37706] [#38864]

Fixed

  • Lossless image optimization for images (should improve performance with no visible changes). [#38750]
  • Update version of actions/download-artifact in documentation. [#36949]

0.3.0

07 Feb 20:38
Compare
Choose a tag to compare

0.3.0 - 2024-02-07

Changed

  • Update doc example to use actions/upload-artifact@v4. [#34997]
  • Updated package dependencies. [#33650]
  • Updated package dependencies. [#34193]
  • Updated package dependencies. [#34427]
  • Updated package dependencies. [#35385]
  • Use the node20 runner instead of the deprecated node16 runner. [#35262]

0.2.1

07 Apr 17:36
Compare
Choose a tag to compare

0.2.1 - 2023-04-07

Changed

  • Updated package dependencies.

Fixed

  • Clean up JavaScript eslint issues.

0.2.0

16 Jan 13:13
Compare
Choose a tag to compare

0.2.0 - 2023-01-11

Added

  • Added support for repository_dispatch event

Changed

  • Notification rules for suites: match a partial suite name

0.1.0

01 Nov 18:28
Compare
Choose a tag to compare

0.1.0 - 2022-11-01

Added

  • Add failure details from Playwright test runner JSON report
  • Add rules configuration
  • Add suite name option
  • Add tests
  • Initial release
  • Tooling: enable automatic GitHub releases when a new version of the action is tagged, so the new version can be made available in the GitHub Actions marketplace.
  • Upload screenshots from Playwright
  • Use glob pattern to define refs in notification rules

Changed

  • Group notifications
  • Improved tests
  • Only send notifications for failures
  • Style notifications
  • Truncate long commit messages
  • Updated package dependencies.

Fixed

  • Fixed missing commit url for workflow_run event
  • Fixed notifications for event of type schedule
  • Fixed notifications for schedule event
  • Fix empty blocks for unsupported events. Add support for workflow_run event.
  • Remove duplicated last run button for scheduled event notification
  • Remove duplicated last run button for workflow_run events