New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hermione

Package Overview
Dependencies
Maintainers
5
Versions
401
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hermione - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 0.6.2 - 2016-04-27
* Fixed retrying all suite tests on single test fail
## 0.6.1 - 2016-04-01

@@ -2,0 +6,0 @@

2

lib/runner/mocha-runner/index.js

@@ -28,4 +28,4 @@ 'use strict';

return new MochaAdapter(this._sharedMochaOpts, this._browserAgent)
.attachTestFilter(filterFn)
.addFile(suiteFile)
.attachTestFilter(filterFn)
.attachEmitFn(this.emit.bind(this));

@@ -32,0 +32,0 @@ }

{
"name": "hermione",
"version": "0.6.1",
"version": "0.6.2",
"description": "Tests framework based on mocha and wdio",

@@ -5,0 +5,0 @@ "main": "lib/hermione.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