Jest Html Reporter Versions Save

Jest test results processor for generating a summary in HTML

3.10.2

8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Hargne/jest-html-reporter/compare/3.10.0...3.10.2

3.10.0

11 months ago

What's Changed

Full Changelog: https://github.com/Hargne/jest-html-reporter/compare/3.9.0...3.10.0

3.9.0

1 year ago

What's Changed

Full Changelog: https://github.com/Hargne/jest-html-reporter/compare/3.8.0...3.9.0

3.8.0

1 year ago

What's Changed

  • Fixed issue where if append config option was set to true, only the outer html-tag would be stripped ultimately resulting in duplicated body/script/css-tags.
  • Updated tests accordingly
  • Breaking Change: Changed wrapper div with id #jesthtml-content to class: .jesthtml-content

3.7.1

1 year ago

What's Changed

Full Changelog: https://github.com/Hargne/jest-html-reporter/compare/3.7.0...3.7.1

3.7.0

1 year ago

What's Changed

Full Changelog: https://github.com/Hargne/jest-html-reporter/compare/3.6.0...3.7.0

3.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/Hargne/jest-html-reporter/compare/3.5.0...3.6.0

3.5.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/Hargne/jest-html-reporter/compare/3.4.2...3.5.0

3.4.2

2 years ago

What's Changed

  • Added A sanitize helper method to prevent invalid XML characters to break the script
  • Upgraded strip-ansi

Full Changelog: https://github.com/Hargne/jest-html-reporter/compare/3.4.1...3.4.2

3.4.1

2 years ago

Features & Fixes

  • Upgraded jest peer dependency to 27.x.x Fixes #128