Skip to content

Releases: mikepenz/action-junit-report

v5.0.0

16 Nov 16:37
a427a90
Compare
Choose a tag to compare

Note

v5 adjusts the format of the summary output. If you depend on the prior format, please verify the simplified format works for your usecase.

🚀 Features

  • Introduce new ability to include flaky tests in summary
  • Include flakyFailures block in retry count
  • Refactor testParser to enable it for future usecases
  • Allow configuration of bread_crumb_delimiter
  • Introduce flag to comment summary on PR
  • Improve transformer performance
  • Provide optimised class detection skipping globber if not required
  • Upgrade dependencies to latest major version
  • Add new API to skip annotations all-to-gether
  • Introduce flag to fail_on_parse_error
  • Improve parsing logic for nested suites
  • Configuration to enable grouping by TestSuite in the Detail Summary

🐛 Fixes

  • Require pull_request trigger to attach comment

💬 Other

  • Move test CI steps
  • Slight code cleanup

📦 Dependencies

  • Upgrade dependencies
  • Dependency updates | glob 0.5.0, rest 21.0.2
  • Upgrade typescript node depencency
  • Upgrade dev npm dependencies

Contributors:

v5

03 Nov 10:40
a427a90
Compare
Choose a tag to compare
v5
  • no changes

v5.0.0-rc01

03 Nov 10:39
ec3a351
Compare
Choose a tag to compare
v5.0.0-rc01 Pre-release
Pre-release

🚀 Features

  • Improve parsing logic for nested suites
  • Configuration to enable grouping by TestSuite in the Detail Summary

💬 Other

  • Slight code cleanup

Contributors:

v5.0.0-b01

02 Nov 10:49
0a9f957
Compare
Choose a tag to compare
v5.0.0-b01 Pre-release
Pre-release

🚀 Features

  • Upgrade dependencies to latest major version
  • Add new API to skip annotations all-to-gether
  • Introduce flag to fail_on_parse_error

Contributors:

v5.0.0-a03

13 Sep 16:38
34f4f0d
Compare
Choose a tag to compare
v5.0.0-a03 Pre-release
Pre-release

🚀 Features

  • Improve transformer performance
  • Provide optimised class detection skipping globber if not required

🐛 Fixes

  • Require pull_request trigger to attach comment

📦 Dependencies

  • Upgrade typescript node depencency

v5.0.0-a02

30 Aug 09:28
27bb264
Compare
Choose a tag to compare
v5.0.0-a02 Pre-release
Pre-release

🚀 Features

  • Introduce flag to comment summary on PR

📦 Dependencies

  • Dependency updates | glob 0.5.0, rest 21.0.2

v4.3.1

22 Jun 09:19
db71d41
Compare
Choose a tag to compare

🐛 Fixes

  • Revert optimisation to skip processing of scucessful tests

v4

06 Sep 11:24
db71d41
Compare
Choose a tag to compare
v4

🐛 Fixes

  • Revert optimisation to skip processing of scucessful tests

v5.0.0-a01

21 Jun 15:48
5f36538
Compare
Choose a tag to compare
v5.0.0-a01 Pre-release
Pre-release

🚀 Features

  • Introduce new ability to include flaky tests in summary
  • Include flakyFailures block in retry count
  • Refactor testParser to enable it for future usecases
  • Allow configuration of bread_crumb_delimiter

💬 Other

  • Move test CI steps

📦 Dependencies

  • Upgrade dependencies

v4.3.0

20 Jun 14:16
eb1a2b2
Compare
Choose a tag to compare

Caution

This version has a bug resulting in passed annotations not being created. Use v4.3.1 (or newer) instead
See the report here: #1121

🚀 Features

  • Improve performance of action's processing

📦 Dependencies

  • Dependency Upgrades