Socket
Socket
Sign inDemoInstall

html-reporter

Package Overview
Dependencies
Maintainers
6
Versions
309
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

html-reporter - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="0.2.5"></a>
## [0.2.5](https://github.com/gemini-testing/html-reporter/compare/v0.2.4...v0.2.5) (2017-08-10)
### Bug Fixes
* fix missed image file issue on gemini update ([073298a](https://github.com/gemini-testing/html-reporter/commit/073298a))
<a name="0.2.4"></a>

@@ -7,0 +17,0 @@ ## [0.2.4](https://github.com/gemini-testing/html-reporter/compare/v0.2.2...v0.2.4) (2017-08-09)

'use strict';
const path = require('path');
const _ = require('lodash');
const chalk = require('chalk');

@@ -112,2 +113,11 @@ const Promise = require('bluebird');

gemini.on(gemini.events.UPDATE_RESULT, function(testResult) {
testResult = _.extend(testResult, {
referencePath: testResult.imagePath,
equal: true
});
queue = queue.then(() => handleTestResultEvent_(testResult));
});
gemini.on(gemini.events.END, () => {

@@ -114,0 +124,0 @@ queue.then(resolve, reject);

2

package.json
{
"name": "html-reporter",
"version": "0.2.4",
"version": "0.2.5",
"description": "Plugin for gemini which is intended to aggregate the results of tests running into html report",

@@ -5,0 +5,0 @@ "main": "index.js",

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