0.7.3 • Published 3 years ago

aria-mocha v0.7.3

Weekly downloads
36
License
MIT
Repository
github
Last release
3 years ago

Coverage Status npm version License: MIT

aria-mocha

Zero configuration CLI testing tool for nodejs and browser base

Installation

  npm install --save-dev aria-mocha

CLI Options

  Usage
    $ aria-mocha [options]

  Options
    -d, --dir           Directory folder of spec or test files. (default: src)
    -t, --threshold     Enable the thresholds
    -r, --reporters     Output reporters.  (default lcov,html,text-summary)
    --check-coverage    Enable coverage  (default false)
    --include-dir       Directory folder source (default: src)
    --browser           Enable the browser base testing  (default false)
    -v, --version       Displays current version
    -h, --help          Displays this message

Quick Start

 aria-mocha 
  --dir demo \
  --check-coverage \
  --include-dir demo \
  --reporters lcov,html,text-summary \
  --threshold statements=50,functions=50,branches=50,lines=50
0.7.3

3 years ago

0.7.2

3 years ago

0.7.1

3 years ago

0.7.0

3 years ago

0.6.2

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.5

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago