Releases: adamgruber/mochawesome
Releases · adamgruber/mochawesome
3.0.3
release 3.0.3
3.0.2
release 3.0.2 [ci skip]
3.0.1
Update CHANGELOG.md
3.0.0
3.0 (#214) * Feature/trim data (#169) * remove unused arrays of collective tests * only use uuids in suite collective test arrays * remove derivable suite properties * Feature/map suite (#170) * map over suites to clean them; removing empty suites * remove unused removeAllPropsFromObjExcept method * fix/update tests * Fix options handling (#194) * Remove unused option * Remove deprecated enableTestCode option * Simplify options handling Only handle options that pertain to the reporter and pass through all others as is. No longer rely on marge for base config. * Update tests * Documentation (#195) * Update documentation for 3.0 * Add html option (#196) * Update done function to handle when one or no files generated (#201) * Update deps (#211) * Update deps * eslint: reorder rules * eslint: update dep; fix lint * Use local lib for functional tests * Update cleanCode regex to handle async functions (#212) * Docs (#213) * changelog: reformat links * package.json: bump major version; bump marge dep * changelog: add 3.0.0 release notes * npm scripts: add prepack script
2.3.1
2.3.0
2.2.1
- Split hooks into before and after so they can be displayed in the report via
[email protected]
2.2.0
- Enable using
addContext
inbeforeEach
andafterEach
test hooks - Fix a bug where you could pass an object with empty title string to
addContext
- Allow a context value of
undefined
to be displayed in the report
2.1.0
- Updated
mochawesome-report-generator
to2.0.2
- Added new options:
overwrite
andtimestamp
2.0.5
- Fix
UnhandledPromiseRejectionWarning
error when calling nonexistantexit
function - Limit files included in package