assaf/zombie
Insanely fast, full-stack, headless browser testing using node.js observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 8
- Longevity 100
Flags: archived
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: n/a
- age_days: 5750
- days_rel: n/a
- days_push: 1363
- n_releases_24m: 0
Adoption not part of the score
5625 stars · 507 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Zombie.js is a lightweight Node.js framework for testing client-side JavaScript and full-stack web applications in a simulated headless browser environment, without launching a real browser. It provides a Browser API for visiting pages, filling forms, pressing buttons, and asserting on DOM content, and works with test frameworks like Mocha.
Use cases
- test full-stack web apps without a real browser
- simulate user signup and form submission flows in tests
- run fast headless integration tests for client-side JavaScript
- assert on page titles and DOM text in acceptance tests
- test AJAX-driven pages in a simulated DOM environment
When to choose
- you want fast headless browser-like tests without Selenium or a real browser
- you're testing server-rendered or lightly-scripted pages in Node.js
- you need a simple DSL for visit/fill/pressButton test flows
When to avoid
- you need to test modern SPAs with complex JavaScript or real rendering (use Playwright or Puppeteer)
- you need to crawl untrusted web pages (explicitly unsafe per the docs)
- you need actively maintained tooling with current browser engine fidelity
Facets
library · maturity maintenance
testing e2e-testing http-client testing web-development developer-tools headless-browser browser-simulation tdd bdd dom-testing integration-testing nodejs javascript
3 sources
- readme: https://github.com/assaf/zombie · fetched 2026-08-28 · 243b30c5024d
- homepage: http://zombie.js.org/ · fetched 2026-08-29 · ff706461be3a
- registry_npm: https://registry.npmjs.org/zombie · fetched 2026-08-29 · b3dd6e5d2ab5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| assaf/zombie | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem