# jasmine/jasmine

Simple JavaScript testing framework for browsers and node.js

Repository: https://github.com/jasmine/jasmine
Canonical: https://ross.abutalabs.com/products/jasmine
Homepage: http://jasmine.github.io/
Language: JavaScript
License: MIT
License Family: permissive
Topics: jasmine, javascript, tdd, testing
Last push: 2026-08-20T00:27:37+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 86, longevity 100
- inputs: {"age_days": 6483, "days_push": 14, "days_rel": 18, "gap_med": 35, "n_releases_24m": 20}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 15823, forks 2237 (observed 2026-08-28T04:11:14.180524+00:00)

## What it is
Jasmine is a behavior-driven development (BDD) testing framework for JavaScript that runs in browsers and Node.js. It provides a clean describe/it syntax with built-in assertions, spies, and mocks, with no external dependencies.

## Use cases
- write unit tests for javascript code
- test node.js applications with bdd style
- run browser tests for websites
- test javascript without external dependencies
- behavior driven development testing
- spy on and mock javascript functions in tests

## When to choose
- you want a batteries-included testing framework with assertions and mocking built in
- you need the same framework to test both browser and Node.js code
- you prefer BDD-style describe/it syntax without magic or transpilation

## When to avoid
- you need snapshot testing or a rich plugin ecosystem like Jest offers
- your project already uses another test runner and you only need an assertion library
- you want built-in code coverage reporting

## Facets
- artifact type: framework
- maturity: stable
- function: testing, e2e-testing, mocking
- domain: testing, developer-tools, web-development
- platform: browser, cross-platform
- tags: bdd, tdd, test-runner, assertions, spies, javascript, nodejs

## Member repositories
- jasmine/jasmine (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:14.180524+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:05:31.568011+00:00, confidence not recorded.
  - readme: https://github.com/jasmine/jasmine (fetched 2026-08-28T04:11:14.180524+00:00, sha 41ce1ec6f065)
  - homepage: http://jasmine.github.io/ (fetched 2026-08-29T08:03:39.434470+00:00, sha fe9b386ef939)
- Data as of 2026-08-30T08:39:29.467469+00:00.
