Skip to content

Javascript Testing

richard donovan edited this page May 8, 2015 · 2 revisions

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

Mocha Testing with Typescript

Links and References

Clone this wiki locally