1.7.0 • Published 1 year ago

mocha-coverage-scan v1.7.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

mocha-coverage-scan

A simple reporter who looks for projects that have testing files with mocha keywords and generate some insights (in a static way)

Installation

Install mocha-coverage-scan:

npm install mocha-coverage-scan --save-dev

Usage

Just call from the command-line (at the first moment passing absolute path of your mocha tests root folder)

npx mocha-coverage-scan --dir=/dir/for/your/mocha/tests/folder

Then the expected output should be like this:

it means that Aliasing module has some skipped test to be done manually

You can also output the test scenarios in details to execute them manually adding --output-csv argument, like this:

npx mocha-coverage-scan --dir=/dir/for/your/mocha/tests/folder --output-csv
1.7.0

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago