Releases: phoenix-actions/test-reporting
v15
- Updated packages
- Refactored after package updates
- Updated snapshots
- Removed artifact download headers to be compatible with upload-artifact v4
- fix: reporting wrong number of tests in Dart (Thanks to @dominicmh for this fix! and to @tiagoferreira29 for reporting!)
You can now update to upload-artifact v4 if you're using it to publish your artifacts. This action can now download Azure blob storage based github action artifacts (github moved the artifact storage to azure between v3 and v4, observed via the artifact url).
Fix JUnit message / type fields
Fix JUnit message / type fields from #48
Node 20
Closes #43
- Upgrades action to node 20
Fix: get proper suite name for mochawesome
Includes minor fix to get proper suite name for mochawesome #37
v11: Community PRs
Update actions/core to 1.10.0
Updates actions/core to 1.10.0 to resolve #24
Fix linter errors
Update vercel/ncc to resolve other errors
Update dependencies to fix npm audit vulnerabilities
Feat: Add output to step summary
Adds the option output-to, which can be set to step-summary (or checks)
v8: Adds runHtmlUrl to action.yml
To make it more visible that you can grab the runHtmlUrl
from the action, this is now included in the action.yml alongside a description 👍
v7: Improved the handling of the split function
Improved the handling of the split function for the java-junit
reporter when no stackTrace
exists
Update dist for list-tests:failed
I noticed the dist hadn't been updated for the recent list-tests:failed change, so this should correct that.