1.1.5 • Published 2 years ago

mocha-test-generator v1.1.5

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
2 years ago

Mocha Test Generator (MTG)

Mocha test generator is a simple test set generator.

Installing

npm i -g mocha-test-generator

Building and Installing

  1. npm i

  2. npm run build

  3. npm pack

  4. npm install -g [generated_file_name]

CLI

  • Generate a set of test files that support multiple suites mtg -f [path/to/file name]

  • Generate a new test suite for a set of test files mtg -f [path/to/file name] -s [suite name]