0.0.2 • Published 10 years ago

hydro-fail-fast v0.0.2

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

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)