Socket
Socket
Sign inDemoInstall

html-reporter

Package Overview
Dependencies
Maintainers
7
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 2.0.2 to 2.0.3

11

CHANGELOG.md

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

<a name="2.0.3"></a>
## [2.0.3](https://github.com/gemini-testing/html-reporter/compare/v2.0.2...v2.0.3) (2018-02-04)
### Bug Fixes
* add browser name to skip reason ([b13675e](https://github.com/gemini-testing/html-reporter/commit/b13675e))
* add stats info for hermione ([42aa128](https://github.com/gemini-testing/html-reporter/commit/42aa128))
<a name="2.0.2"></a>

@@ -7,0 +18,0 @@ ## [2.0.2](https://github.com/gemini-testing/html-reporter/compare/v2.0.1...v2.0.2) (2018-02-04)

2

hermione.js

@@ -58,3 +58,3 @@ 'use strict';

hermione.on(hermione.events.RUNNER_END, () => resolve(reportBuilder));
hermione.on(hermione.events.RUNNER_END, (stats) => resolve(reportBuilder.setStats(stats)));
});

@@ -61,0 +61,0 @@ }

@@ -100,3 +100,3 @@ 'use strict';

const metaInfo = {url: suite.fullUrl, file: suite.file, sessionId};
const testResult = _.assign({suiteUrl, metaInfo}, props);
const testResult = _.assign({suiteUrl, name: browserId, metaInfo}, props);

@@ -103,0 +103,0 @@ const node = findOrCreate(this._tree, suite.path.concat(result.state ? result.state.name : NO_STATE));

{
"name": "html-reporter",
"version": "2.0.2",
"version": "2.0.3",
"description": "Plugin for gemini and hermione which is intended to aggregate the results of tests running into html report",

@@ -5,0 +5,0 @@ "scripts": {

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