Skip to content

Releases: EnricoMi/publish-unit-test-result-action

v2.4.1

10 Feb 11:16
Compare
Choose a tag to compare

Adds the following features:

  • Auto-detect file format, re-introduce the FILES option (#395)
  • Add option to parse XML with huge tree option (#400)

v2.3.0

08 Jan 10:59
Compare
Choose a tag to compare

Adds the following features:

  • Add suite logs as annotations (#392)
  • Add action_fail option to fail publish action on test failures (#378)
  • Fix action example that fetches all artifacts from triggering workflow (84dbe97)
  • Upgrade all dependencies except lxml to latest (#394)

v2.2.0

25 Oct 07:09
Compare
Choose a tag to compare

Adds the following features:

  • Add option to write test cases to JSON file (#366)

v2.1.0

15 Oct 09:18
Compare
Choose a tag to compare

Adds the following features:

  • Include test case stdout and stderr in annotation details (#358)
  • Use GHA env file to set output, fall back to stdout command (#360)

v2.0.0

28 Jul 12:43
Compare
Choose a tag to compare

Adds the following features:

  • Add support for TRX files (#287)
  • Add support for NUnit and XUnit XML files (#288 and #289)
  • Move to lxml parsing library (#286)
  • Upgrade junitparser to 2.7.0, lxml to 4.9.1, urllib3 to 1.26.11
  • Support large CDATA in JUnit XML files with ignore_runs
  • Improved logging of parse errors and tracebacks (#322, #324)
  • Fix state leakage with ignore_runs (#323)
  • Support NUnit results with inner test suites (#331)

This release contains the following breaking changes:

  • Default value for option check_name changed from "Unit Test Results" to "Test Results".
    If check_name is set in your config, this change is not of your concern.
    Add check_name: "Unit Test Results" to your config, if you want to keep the old name.
    Otherwise expect comments and checks with old and new name for open pull requests when moving to version 2.
  • Default value for option comment_title changed from "Unit Test Results" to "Test Results".
    If either check_name or comment_title is set in your config, this change is not of your concern.
  • Modes create new and update last removed for option comment_mode.
    Remove option comment_mode if used with either of these modes.
  • Option hiding_comments removed. Please remove this option from your config.
  • Option comment_on_pr removed. Please remove this option from your config.

This release deprecates the following features:

  • Option files is deprecated, use junit_files instead (#285)

See README.md for further details on moving to version 2.

v1.40

28 Jul 07:04
Compare
Choose a tag to compare

Adds the following features:

  • Rename action name in Marketplace to "Publish Test Results" (#336)

v2.0.0-beta.4

27 Jul 20:50
Compare
Choose a tag to compare
Pre-release

Adds the following features:

  • Rename action name in Marketplace to "Publish Test Results" (#336)

v2.0.0-beta.3

19 Jul 15:09
Compare
Choose a tag to compare
Pre-release

Adds the following features:

  • Support NUnit results with inner test suites (#331)

v2.0.0-beta.2

07 Jul 16:37
Compare
Choose a tag to compare
Pre-release

Adds the following features:

  • Support large CDATA in JUnit XML files with ignore_runs
  • Improved logging of parse errors and tracebacks (#322, #324)
  • Fix state leakage with ignore_runs (#323)

v2.0.0-beta

04 Jul 21:17
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release

Adds the following features:

  • Minor improvements on warnings and logging.