Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mochawesome

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mochawesome - npm Package Versions

13
7

6.2.0

Diff

Changelog

Source

[6.2.0] - 2020-11-01

Added

  • Support mocha --parallel mode

Changed

  • Update dev dependencies
  • Remove airbnb-extended eslint config. Use eslint:recommended instead
  • Add husky, lint-staged, and prettier
  • Format all files with prettier
  • Remove travis-ci config
adamgruber
published 6.1.1 •

Changelog

Source

[6.1.1] - 2020-04-27

Fixed

  • Restore inline-diff rendering #312
adamgruber
published 6.1.0 •

Changelog

Source

[6.1.0] - 2020-04-13

Changed

  • Bump mochawesome-report-generator to 5.1.0. No longer requires react or react-dom as peer deps
adamgruber
published 6.0.0 •

Changelog

Source

[6.0.0] - 2020-04-10

Changed

  • BREAKING Bump mochawesome-report-generator to 5.0.0 (Requires react and react-dom be installed separately)
  • Update all other dependencies
adamgruber
published 5.0.0 •

Changelog

Source

[5.0.0] - 2020-02-25

Changed

  • BREAKING Drop support for node 8
  • BREAKING Requies mocha 7+

Fixed

  • Ensure a stats collector is always initialized
  • Omit code snippets from JSON when code option is false
adamgruber
published 4.1.0 •

Changelog

Source

[4.1.0] - 2019-08-06

Added

  • New consoleReporter option to allow specifying console reporter to use or disabling console reporter entirely #99
adamgruber
published 4.0.1 •

Changelog

Source

[4.0.1] - 2019-06-15

Fixed

  • Issue where using addContext inside a before or after hook would incorrectly apply context to the test #284
adamgruber
published 4.0.0 •

Changelog

Source

[4.0.0] - 2019-06-04

  • Breaking changes to JSON data structure:
  • Renamed allSuites to results and made it an array of suites
  • Removed isRoot property from cleaned tests (only suites can be a root)
  • Removed class-related stats (passPercentClass, pendingPercentClass)
  • Added uuid to suites
  • Removed rounding of passPercent and pendingPercent
  • Removed copyrightYear property
  • Added new meta property to track info about the test run (useful for debugging)

Changed

  • Drop support for Node <8
  • Require peer dependency of mocha >5
  • Removed Babel dependency
  • Replace lodash dependency with individual modules
  • Updated codeclimate config to version 2
  • Updated various dependencies
adamgruber
published 3.1.2 •

Changelog

Source

[3.1.2] - 2019-04-17

Fixed

  • Issue where a suite with skipped tests reports duration as 0. #276
adamgruber
published 4.0.0-alpha.2 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc