Releases: Hargne/jest-html-reporter
Releases · Hargne/jest-html-reporter
v2.8.2
v2.8.1
v2.8.0
v2.7.0
🛠 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 flagverbose=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
v2.6.0
v2.5.0
🌟 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
v2.4.4
- Updated Jest peer dependency to 24.0.0 (thanks to pascalduez)
v2.4.2
- Updated Jest peer dependency version (thanks to pascalduez)
- Updated broken dependencies