Javascript Testing - newgeekorder/TechWiki GitHub Wiki
Back Home
Zombie.js
Zombie.js allows you to run these tests without a real web browser. This significantly speeds up functional testing of html and javascript.
The tests are written in JavaScript that allows you to stay in Javascript while testing it.
Mocha
Mocha is a node.js javascript test framework