0.6.0 • Published 4 years ago

@testup/cli v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

TestUp

This package provide CLI-interface to run test scripts for NPM package tests

Install

Install TestUp cli and core packages:

npm i @testup/cli @testup/core

Install TestUp reporter. For example TAP or Console:

npm i @testup/console-reporter
npm i @testup/tap-reporter

Usage

Create .testuprc file:

{
  "reporter": "console"
  "reporterOptions": {
    "successMark": "+",
    "failureMark": "-"
  }
}

Add npm script:

{
  "scripts": "testup run test.spec.js"
}

License

MIT © Rumkin

0.6.0

4 years ago

0.5.0

4 years ago

0.5.1

4 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago