1.0.1 • Published 6 years ago

ohhimark v1.0.1

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

Oh hi, Mark

Oh hi, Mark

CLI tool for finding "non-deterministic" failing tests.

Note

This project is new, therefore some minor bugs could show up.

Prerequisites

CLI have dependencies that require Node 6.9.0 or higher and tests which are using mocha runner.

Installation

npm install -g ohhimark

Usage

Oh hi, Mark

ohhimark <mocha_command> (10 <number of iterations>) (--async <async processing> (100 <spawn process treshhold in ms>))
   Options
       -h, --help              output usage information
   Usage
       ohhimark "mocha --opts ./mocha.opts"    #10x running tests and evaluate
       ohhimark "mocha --opts ./mocha.opts" 25     #25x running tests and evaluate
       ohhimark "mocha --opts ./mocha.opts" 25 --async 450     #25 running async tests, new process is spawning after 450 ms

Documentation

ohhimark -h

License

MIT