# assaf/zombie

Insanely fast, full-stack, headless browser testing using node.js

Repository: https://github.com/assaf/zombie
Canonical: https://ross.abutalabs.com/products/zombie
Homepage: http://zombie.js.org/
Language: JavaScript
License: MIT
License Family: permissive
Archived: true
Last push: 2022-12-09T04:54:13+00:00

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

## Adoption (not part of the score)
Stars 5625, forks 507 (observed 2026-08-28T04:09:23.148180+00:00)

## What it is
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
- artifact type: library
- maturity: maintenance
- function: testing, e2e-testing, http-client
- domain: testing, web-development, developer-tools
- platform: -
- tags: headless-browser, browser-simulation, tdd, bdd, dom-testing, integration-testing, nodejs, javascript

## Member repositories
- assaf/zombie (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:23.148180+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:55:22.159162+00:00, confidence not recorded.
  - readme: https://github.com/assaf/zombie (fetched 2026-08-28T04:09:23.148180+00:00, sha 243b30c5024d)
  - homepage: http://zombie.js.org/ (fetched 2026-08-29T08:50:16.414583+00:00, sha ff706461be3a)
  - registry_npm: https://registry.npmjs.org/zombie (fetched 2026-08-29T08:50:16.417861+00:00, sha b3dd6e5d2ab5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
