Releases: mikepenz/action-junit-report
Releases · mikepenz/action-junit-report
v5.0.0
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
- PR: #1115
- Include
flakyFailures
block inretry
count- PR: #1118
- Refactor
testParser
to enable it for future usecases- PR: #1119
- Allow configuration of
bread_crumb_delimiter
- PR: #1120
- Introduce flag to comment summary on PR
- PR: #1167
- Improve transformer performance
- PR: #1182
- Provide optimised class detection skipping globber if not required
- PR: #1183
- Upgrade dependencies to latest major version
- PR: #1220
- Add new API to skip annotations all-to-gether
- PR: #1221
- Introduce flag to
fail_on_parse_error
- PR: #1222
- Improve parsing logic for nested suites
- PR: #1224
- Configuration to enable grouping by TestSuite in the Detail Summary
- PR: #1225
🐛 Fixes
- Require
pull_request
trigger to attach comment- PR: #1181
💬 Other
📦 Dependencies
- Upgrade dependencies
- PR: #1117
- Dependency updates | glob 0.5.0, rest 21.0.2
- PR: #1169
- Upgrade typescript node depencency
- PR: #1184
- Upgrade dev npm dependencies
- PR: #1237
Contributors:
v5
- no changes
v5.0.0-rc01
v5.0.0-b01
v5.0.0-a03
v5.0.0-a02
v4.3.1
🐛 Fixes
- Revert optimisation to skip processing of scucessful tests
- PR: #1122
v4
v5.0.0-a01
🚀 Features
- Introduce new ability to include flaky tests in summary
- PR: #1115
- Include
flakyFailures
block inretry
count- PR: #1118
- Refactor
testParser
to enable it for future usecases- PR: #1119
- Allow configuration of
bread_crumb_delimiter
- PR: #1120
💬 Other
- Move test CI steps
- PR: #1116
📦 Dependencies
- Upgrade dependencies
- PR: #1117