Skip to content

Releases: Hargne/jest-html-reporter

v2.8.2

23 Mar 07:57
4051a38
Compare
Choose a tag to compare

Features / Fixes

  • Removed sorting of console.logs appearing in tests by default. It is possible to add this as a configurable feature if needed, but as of now there is no particular use-case for it.
    Fixes: #87
  • Updated Jest to 25.1.0 - Also updated Peer Dependencies to cater for Jest 25+
    Fixes: #86

v2.8.1

18 Mar 17:56
9f8b183
Compare
Choose a tag to compare

Features/Fixes

v2.8.0

10 Dec 14:42
80a5b06
Compare
Choose a tag to compare

🌟 New Features

  • #81 New option: append
    Setting this to true will append the latest test report to the existing report.
  • Modified default themes to adhere to the append option by adding a bottom margin to the test body.

v2.7.0

05 Nov 12:49
61e47ca
Compare
Choose a tag to compare

🛠 Fixes

  • Added proper handling of console.logs within both tests and the actual code being tested. If includeConsoleLog is set to true, logs will gather below each connected suite (note not per test).
    It is required to set the flag verbose=false when running Jest for this to work properly.
  • Changed the projects internal test runner to run as a custom reporter by default.

v2.6.1

26 Sep 12:11
8ca6765
Compare
Choose a tag to compare

🛠 Fixes

  • Audited NPM vulnerabilities

v2.6.0

02 Sep 21:48
Compare
Choose a tag to compare

🌟 New Features

  • It is now possible to use <rootDir> as a replacement for ./ when specifying outputPath

🐛 Bug Fixes

  • Using emojis in test cases no longer breaks the test (fixes #75)
  • PR #71

v2.5.0

09 Mar 19:31
b1e70de
Compare
Choose a tag to compare

🌟 New Features

  • Added a boilerplate configuration option. This allows for the specification of a path to a boilerplate file which then should be used to render the test results within (fixes #54)
  • Added a statusIgnoreFilter configuration option that enables filtering out test results of specific statuses (fixes #60)
  • Updated the documentation (...are you surprised?)

🐛 Bug Fixes

  • Added missing body-tag in the test report (fixes #54)

v2.4.5

07 Mar 11:45
8dab5aa
Compare
Choose a tag to compare

Bug Fixes:

  • Updated incorrectly documented parameter useCssFile (#62)

v2.4.4

01 Feb 04:49
Compare
Choose a tag to compare
  • Updated Jest peer dependency to 24.0.0 (thanks to pascalduez)

v2.4.2

19 Jul 22:57
a4b82e4
Compare
Choose a tag to compare
  • Updated Jest peer dependency version (thanks to pascalduez)
  • Updated broken dependencies