test-executor

1.2.4 • Public • Published

node-test-executor

NPM Version Build Status codecov

Executes test scripts and directories of test scripts. It's based on Async Tree Pattern.

Install

npm i test-executor

How to use

const { ExecutedTests } = require('test-executor')
 
new ExecutedTests(
    './test/test.js', './test/dir1', './test/dir2'
).call() // or just new ExecutedTests('./test').call()
 

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

gaa1

Test

npm run test

Build

npm run build

Run example

npm run example

/test-executor/

    Package Sidebar

    Install

    npm i test-executor

    Weekly Downloads

    48

    Version

    1.2.4

    License

    MIT

    Unpacked Size

    601 kB

    Total Files

    51

    Last publish

    Collaborators

    • guseyn