Skip to content

Releases: phoenix-actions/test-reporting

v15

05 May 21:20
f957cd9
Compare
Choose a tag to compare
  • 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

02 Apr 09:46
324c51f
Compare
Choose a tag to compare

Fix JUnit message / type fields from #48

Node 20

25 Mar 12:12
ffcf2ef
Compare
Choose a tag to compare

Closes #43

  • Upgrades action to node 20

Fix: get proper suite name for mochawesome

12 Apr 14:36
41efe7e
Compare
Choose a tag to compare

Includes minor fix to get proper suite name for mochawesome #37

v11: Community PRs

04 Apr 17:50
8af4e4d
Compare
Choose a tag to compare

Merged 32 which fixes 31
Merged 33 which fixes 29
Merged 35 which fixes 34
Features:
Support PlayWright JUnit failure output
Make failure text in JUnit report optional
Only-failed is not a valid option for list-suites and list-tests

Update actions/core to 1.10.0

09 Nov 08:56
93ce19f
Compare
Choose a tag to compare

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

08 Nov 20:06
c1b717a
Compare
Choose a tag to compare

Adds the option output-to, which can be set to step-summary (or checks)

v8: Adds runHtmlUrl to action.yml

27 May 13:42
1e9b578
Compare
Choose a tag to compare

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

27 May 13:19
beb4227
Compare
Choose a tag to compare

Improved the handling of the split function for the java-junit reporter when no stackTrace exists

Update dist for list-tests:failed

09 Mar 12:33
Compare
Choose a tag to compare

I noticed the dist hadn't been updated for the recent list-tests:failed change, so this should correct that.