hydro-filter
v0.0.1
Published
Run only given tests matched by supplied filters
Readme
hydro-filter
Synopsis
Abort hydro tests on first failure.
Usage
Config:
hydro.set({
plugins: ['hydro-filter'],
filter: ['foo', 'bar']
});CLI:
$ hydro --filter foo --filter barInstallation
npm:
npm install hydro-filtercomponent:
component install hydrojs/hydro-filterstandalone:
<script src="hydro-filter.js"></script>Tests
$ npm testCoverage:
$ npm run coverageLicense
The MIT License (see LICENSE)



