mochawesome
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2
@@ -6,2 +6,2 @@ /* | ||
module.exports = require('./dist/addContext'); | ||
module.exports = require('./src/addContext'); |
@@ -5,3 +5,3 @@ # mochawesome changelog | ||
### Changed | ||
- Drop support for Node <6 | ||
- Drop support for Node <8 | ||
- Removed Babel dependency | ||
@@ -8,0 +8,0 @@ - Replace lodash dependency with individual modules |
{ | ||
"name": "mochawesome", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0-alpha.2", | ||
"description": "A gorgeous reporter for Mocha.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -5,3 +5,3 @@ mochawesome | ||
Mochawesome is a custom reporter for use with the Javascript testing framework, [mocha][mocha]. It runs on Node.js (>=4) and works in conjunction with [mochawesome-report-generator][marge] to generate a standalone HTML/CSS report to helps visualize your test runs. | ||
Mochawesome is a custom reporter for use with the Javascript testing framework, [mocha][mocha]. It runs on Node.js (>=8) and works in conjunction with [mochawesome-report-generator][marge] to generate a standalone HTML/CSS report to helps visualize your test runs. | ||
@@ -23,3 +23,2 @@ | ||
- Offline viewing | ||
- Support for IE9+ | ||
@@ -26,0 +25,0 @@ ## Usage |
44185
195