0.6.1 • Published 5 years ago

@asd14/tape-ui v0.6.1

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
5 years ago

Tape UI npm package version

Terminal UI for Tape test runner

Tape UI


Features

  • :floppy_disk: Terminal UI with VIM shortcuts
  • :godmode: Tests run in parallel
  • :mag: Selective run files

Install

npm i --save-exact @asd14/tape-ui

Develop

git clone git@github.com:asd14/tape-ui.git && \
  cd tape-ui && \
  npm run setup

# run tests (any `*.test.js`) once
npm test

# watch `src` folder for changes and run test automatically
npm run tdd

Use

Add script in package.json

{
  "scripts": {
    "tdd": "tape-ui -r @babel/register -p src -g '**/*.test.js'",
  }
}

Changelog

History of all changes in CHANGELOG.md

0.6.1 - 21 January 2019

Change

  • Various UI changes
0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago