npm.io
1.2.4 • Published 7 years ago

test-executor

Licence
MIT
Version
1.2.4
Deps
1
Size
587 kB
Vulns
0
Weekly
0
Stars
1

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

Keywords