jasmine/jasmine
Simple JavaScript testing framework for browsers and node.js observed · 2026-08-28
Health v2 · maintenance only
94/100
- Activity 98
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 35
- age_days: 6483
- days_rel: 18
- days_push: 14
- n_releases_24m: 20
Adoption not part of the score
15823 stars · 2237 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
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
framework · maturity stable
testing e2e-testing mocking testing developer-tools web-development browser cross-platform bdd tdd test-runner assertions spies javascript nodejs
2 sources
- readme: https://github.com/jasmine/jasmine · fetched 2026-08-28 · 41ce1ec6f065
- homepage: http://jasmine.github.io/ · fetched 2026-08-29 · fe9b386ef939
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jasmine/jasmine | main | 94 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem