# tape-testing/tape

tap-producing test harness for node and browsers

Repository: https://github.com/tape-testing/tape
Canonical: https://ross.abutalabs.com/products/tape
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-06-18T18:06:06+00:00

## Health v2 (maintenance only)
Score: 72/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 88, release rhythm 35, longevity 100
- inputs: {"age_days": 5029, "days_push": 76, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_readme
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5798, forks 305 (observed 2026-08-28T04:09:29.713316+00:00)

## What it is
tape is a minimalist TAP-producing test harness for Node.js and browsers. It lets you write tests as simple function calls with assertions and outputs standard TAP results.

## Use cases
- run unit tests in node
- produce TAP output for test runners
- write tests without a heavy framework
- run tests in the browser
- assert values in javascript tests

## When to choose
- you want a tiny, dependency-light test harness
- you need TAP-compatible output for CI or other tools
- you prefer plain functions over class-based test suites

## When to avoid
- you want built-in mocking, snapshot testing, or watch mode
- you prefer a batteries-included framework like Jest or Vitest

## Facets
- artifact type: library
- maturity: stable
- function: testing
- domain: testing, developer-tools
- platform: browser
- tags: tap, test-harness, assertions, minimalist, nodejs, javascript

## Member repositories
- tape-testing/tape (main) score 72

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:29.713316+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:52:46.826163+00:00, confidence not recorded.
  - registry_npm: https://registry.npmjs.org/tape (fetched 2026-08-29T08:48:10.435715+00:00, sha 1f2a45d74c67)
- Data as of 2026-08-30T08:39:29.467469+00:00.
