hermione-skip-runner

3.0.0 • Public • Published

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

Package Sidebar

Install

npm i hermione-skip-runner

Weekly Downloads

1

Version

3.0.0

License

MIT

Unpacked Size

6.9 kB

Total Files

7

Last publish

Collaborators

  • dmitriy96
  • dudagod
  • egavr
  • j0tunn
  • sipayrt