tape-ui
v0.12.0
Published
Terminal UI test runner for Tape
Downloads
10
Maintainers
Readme
WIP: Tape UI
Features
- [x] 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 [email protected]: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.