# tap-dot **Repository Path**: mirrors_jprichardson/tap-dot ## Basic Information - **Project Name**: tap-dot - **Description**: Formatted TAP output with dots ... - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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 ```