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