@testup/cli

0.6.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @testup/cli

Weekly Downloads

1

Version

0.6.0

License

MIT

Unpacked Size

6.21 kB

Total Files

7

Last publish

Collaborators

  • rumkin