Skip to content

Releases: adamgruber/mochawesome

2.0.4

13 Apr 17:53
Compare
Choose a tag to compare
  • Better handling of different coding styles in test code. #98
  • Separate utility functions from main reporter code for better test coverage
  • Bump mochawesome-report-generator and fs-extra packages

2.0.3

09 Feb 02:12
Compare
Choose a tag to compare
  • Fixed #126
  • Fix default options handling
  • Add enableCode option to be consistent with mochawesome-report-generator options
  • Deprecate enableTestCode option
  • Add dev option for testing

2.0.2

17 Jan 21:17
Compare
Choose a tag to compare

Fixes #111

2.0.1

13 Jan 21:09
Compare
Choose a tag to compare

Bugfixes

1.5.5

11 Jan 17:10
Compare
Choose a tag to compare

Hotfix to address #107

  • Change fs.close call to fs.closeSync

2.0.0

29 Dec 19:59
Compare
Choose a tag to compare

New Features in 2.0.0

  • Every bit of the report has been redesigned for a cleaner, more streamlined look
  • Built using React and mobx
  • Supports displaying additional test context including images!
  • Supports displaying inline diffs for failed tests
  • New options including hiding test code and/or charts
  • Enhanced navigation menu with clearer filtering options
  • New option to disable console messages
  • Test coverage!

Breaking Changes

Upgrading to v2 should be seamless. However there is one change to be aware of:

  • The reportName option has been renamed to reportFilename

1.5.4

20 Nov 01:48
Compare
Choose a tag to compare

Fixes possible memory issue related to pending tests

1.5.3

05 Oct 12:36
Compare
Choose a tag to compare

Fixes build issue on Windows

1.5.2

30 Aug 19:26
Compare
Choose a tag to compare
  • Updated mocha peerDependency to allow any version

1.5.1

16 Aug 14:49
Compare
Choose a tag to compare

Added MIT license.