Releases: mikepenz/action-junit-report
Releases · mikepenz/action-junit-report
v5.3.0-rc01
🚀 Features
- Convert project to use ESM instead of CJS
- PR: #1269
📦 Dependencies
- [CI] Enable Dependabot for actions versions
- PR: #1270
- Bump github/codeql-action from 2 to 3
- PR: #1271
Contributors:
- @mikepenz, @dependabot[bot]
v5.2.0
🚀 Features
- Feat: Allow ignoring the
classname
attribute when callingresolveFileAndLine
- Refine summary details
- PR: #1268
- Thanks @JayBazuzi, @4dsherwood, @MichaelRWolf, @isidore, @susanfung for the great proposal!
🐛 Fixes
- Improve the error log if the root test suite can't be detected
- PR: #1266
📦 Dependencies
- Upgrade dependencies to the latest stable versions
- PR: #1267
Contributors:
v5
- no changes
v5.1.0
v5.0.1
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