robertknight/jsdom — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2015-08-16
Load a web page into a simulated browser environment and verify that links, buttons, or content exist.
Load an external library like jQuery into a page and run automated checks against it, without a real browser.
Test cookie-dependent behavior, like login state, by simulating cookies in the fake DOM.
Run external JavaScript files against a loaded page to confirm they behave as expected.
| robertknight/jsdom | 3rd-eden/ircb.io | a15n/a15n | |
|---|---|---|---|
| Language | JavaScript | JavaScript | JavaScript |
| Last pushed | 2015-08-16 | 2016-11-16 | 2019-04-07 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 2/5 | 2/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires io.js rather than standard Node.js, per the README.
jsdom simulates a web browser inside Node.js, letting you load HTML, run JavaScript against it, and test pages without opening a real browser.
Mainly JavaScript. The stack also includes JavaScript, io.js.
Dormant — no commits in 2+ years (last push 2015-08-16).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.