js-test-driver is an open source JavaScript unit tests runner written in Java.
Js-test-driver, a project started at Google, is able to run from command line and reports results to the standard output. As a result, it is possible to fully automate JavaScript tests and run them on a continuous integration server.
The goal of JsTestDriver is to build a JavaScript test runner which:
- easily integrates with continuous builds systems and
- allows running tests on multiple browsers quickly to ease TDD style development.