JSPM

  • Created
  • Published
  • Downloads 14
  • Score
    100M100P100Q59460F
  • License MIT

Executes test scripts in the specified dirs.

Package Exports

  • test-executor

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (test-executor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-test-executor

NPM Version

Executes test scripts in the specified dirs.

How to use

npm: npm i test-executor

const executor = require('test-executor');

executor('./test/dir1', './test/dir2'); // or just executor('./test')

Output will be smth like this (example of case when one of the tests fail):

gaa1