npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

hydro-fail-fast

0.0.2

@vesln

npmHomeRepoSnykSocket
Downloads:0
$ npm install hydro-fail-fast
DailyWeeklyMonthlyYearly

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)