Détail du package

hydro-fail-fast

hydrojs5MIT0.0.2

Abort hydro tests on first failure

hydroplugin, hydro, fail-fast

readme

NPM version Build Status Coverage Status

hydro-fail-fast

Synopsis

Abort hydro tests on first failure.

Usage

Config:

hydro.set({
  plugins: ['hydro-fail-fast'],
  'fail-fast': true,
});

CLI:

$ hydro --fail-fast

Installation

npm:

npm install hydro-fail-fast

component:

component install hydrojs/hydro-fail-fast

standalone:

<script src="hydro-fail-fast.js"></script>

Tests

$ npm test

Coverage:

$ npm run coverage

License

The MIT License (see LICENSE)

changelog

0.0.2 / 2013-12-13

0.0.1 / 2013-12-12

  • Initial implementation