Releases: adamgruber/mochawesome-report-generator
Releases · adamgruber/mochawesome-report-generator
1.1.1
- 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
- Greenkeeping
- Move some dependencies into devDependencies where they belong mochawesome #133
1.0.8
Update the copyAssets
method to check for existence of assetsDir
before copying the assets. This ensures they are only copied once.
1.0.7
- Fix an issue where test context could not be viewed if
enableCode
option wasfalse
. mochawesome #132 - Add an icon to indicate when a test has context
1.0.4
- Add support for local image paths in context
1.0.3
- Restores
autoOpen
functionality - Fixes report errors when
inlineAssets
istrue
1.0.2
Updates to support backward compatibility with node 4/5
1.0.1
Adds better support for URLs in context
1.0.0 Initial Release
This is the initial release. See the docs for all the good stuff.