Socket
Book a DemoInstallSign in
Socket

hermione-skip-runner

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hermione-skip-runner

Plugin for hermione which is intended to run skipped tests

latest
Source
npmnpm
Version
3.0.0
Version published
Maintainers
5
Created
Source

hermione-skip-runner Build Status

Plugin for hermione which is intended to run skipped tests in order to obtain some data available only in runtime.

You can read more about hermione plugins here.

Installation

npm install hermione-skip-runner --save-dev

Usage

Configuration

  • enabled (optional) Boolean – enable/disable the plugin; by default plugin is enabled
  • ignoreTestFail (optional) Boolean - do not actually fail test on fail (except browser start fail), so you can enable retries; false by default

Usage

Add plugin to your hermione config file:

module.exports = {
    // ...

    plugins: {
        'skip-runner': {
          enabled: false, // in most cases you pobably want skipped tests to be actually skipped,
          ignoreTestFail: true
        }
    },

    // ...
};
hermione_skip_runner_enabled=true ./node_modules/.bin/hermione
./node_modules/.bin/hermione --skip-runner-enabled true

Keywords

hermione

FAQs

Package last updated on 27 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.