2.3.1 • Published 6 years ago

test-for v2.3.1

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

test-for

Run npm test until it breaks.

npm Node version Build Status JavaScript Style Guide

Sometimes when testing you run into race conditions so you need a test runner to keep tests running until they break. Or you want to do stress testing for other reasons.

Install

$ npm i test-for -g

Usage

Run npm test forever or until it breaks:

$ test-for

Run npm test until it breaks or reaches 10000 runs:

$ test-for -n 10000

License

GPL-3.0 © 2018-present Lars-Magnus Skog.

2.3.1

6 years ago

2.3.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago