Skip to content

Releases: adamgruber/mochawesome-report-generator

1.1.1

13 Mar 13:28
Compare
Choose a tag to compare
  • Fix an inconsistency between the diff output in the console and the diff output in the report mochawesome #142
  • Fix an issue where the report assets would not get updated after upgrading package version. mochawesome #138
  • Fix an issue where trying to copy text from code or context blocks would collapse the test. mochawesome #138
  • Validate JSON input against schema before creating a report (CLI only)

1.1.0

20 Feb 21:00
Compare
Choose a tag to compare
  • Greenkeeping
  • Move some dependencies into devDependencies where they belong mochawesome #133

1.0.8

16 Feb 21:33
Compare
Choose a tag to compare

Update the copyAssets method to check for existence of assetsDir before copying the assets. This ensures they are only copied once.

Fixes adamgruber/mochawesome#76

1.0.7

15 Feb 22:09
Compare
Choose a tag to compare
  • Fix an issue where test context could not be viewed if enableCode option was false. mochawesome #132
  • Add an icon to indicate when a test has context

1.0.4

23 Jan 21:38
Compare
Choose a tag to compare
  • Add support for local image paths in context

1.0.3

13 Jan 19:52
Compare
Choose a tag to compare
  • Restores autoOpen functionality
  • Fixes report errors when inlineAssets is true

1.0.2

28 Dec 05:21
Compare
Choose a tag to compare

Updates to support backward compatibility with node 4/5

1.0.1

27 Dec 05:01
Compare
Choose a tag to compare

Adds better support for URLs in context

1.0.0 Initial Release

19 Dec 02:46
Compare
Choose a tag to compare

This is the initial release. See the docs for all the good stuff.