Skip to content

Releases: adamgruber/mochawesome

3.0.3

25 Jul 20:31
Compare
Choose a tag to compare
release 3.0.3

3.0.2

25 Jul 20:24
Compare
Choose a tag to compare
release 3.0.2 [ci skip]

3.0.1

26 Dec 17:45
25142bc
Compare
Choose a tag to compare
Update CHANGELOG.md

3.0.0

26 Dec 17:45
5a49d41
Compare
Choose a tag to compare
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

18 Sep 12:59
Compare
Choose a tag to compare

See the changelog for release notes

2.3.0

29 Jun 20:42
Compare
Choose a tag to compare

See the changelog for release notes

2.2.1

09 Jun 02:32
Compare
Choose a tag to compare
  • Split hooks into before and after so they can be displayed in the report via [email protected]

2.2.0

09 May 13:57
Compare
Choose a tag to compare
  • Enable using addContext in beforeEach and afterEach 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

25 Apr 18:18
Compare
Choose a tag to compare
  • Updated mochawesome-report-generator to 2.0.2
  • Added new options: overwrite and timestamp

2.0.5

13 Apr 17:53
Compare
Choose a tag to compare
  • Fix UnhandledPromiseRejectionWarning error when calling nonexistant exit function
  • Limit files included in package