Skip to content

Guseyn/node-test-executor

Repository files navigation

node-test-executor

Image

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

About

Executes test scripts in the specified dirs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •