0.12.0 • Published 3 years ago

tape-ui v0.12.0

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

CircleCI npm version

WIP: Tape UI

Tape UI

Tape UI


Features

  • Selectively run tests
  • Run relevant tests based on file changes
  • Test coverage

Install

npm install tape-ui

Use

Add script in package.json

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

Develop

git clone git@github.com:andreidmt/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

Changelog

See the releases section for details.