Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scottcorgan/tap-dot
Formatted TAP output with dots ...
https://github.com/scottcorgan/tap-dot
Last synced: 3 days ago
JSON representation
Formatted TAP output with dots ...
- Host: GitHub
- URL: https://github.com/scottcorgan/tap-dot
- Owner: scottcorgan
- License: mit
- Created: 2014-03-18T21:50:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-06-18T21:36:23.000Z (over 5 years ago)
- Last Synced: 2025-01-08T20:08:50.588Z (11 days ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 37
- Watchers: 3
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tap - tap-dot - Dotted output. (Reporters / JavaScript)
README
# tap-dot ![NPM version](https://img.shields.io/npm/v/tap-dot.svg?style=flat-square) ![NPM download count](https://img.shields.io/npm/dm/tap-dot.svg?style=flat-square)
Formatted TAP output with dots ...
**Passed tests**
![Passed tests](https://i.cloudup.com/NUrIyLYHct.png)
**Failed tests**
![Failed tests](https://i.cloudup.com/70SmvILs9I.png)
## Install
```
npm install tap-dot --save-dev
```
## Usage**package.json**
```json
{
"name": "module-name",
"scripts": {
"test": "node ./test/tap-test.js | tap-dot"
}
}
```Then run with `npm test`
**Terminal**```
tape test/index.js | node_modules/.bin/tap-dot
```**Testling**
```
npm install testling -g
testling test/index.js | node_modules/.bin/tap-dot
```