jsTest is a plugin for Eclipse that performs
continuous unit testing in the background as you
edit Javascript source code. It is built on the
Mozilla Rhino Javascript interpreter, and
understands Javascript 1.5 as specified by the
ECMA-262 standard.
jsTest is a unit testing tool for JavaScript,
following the pattern of JUnit. It is a Java
command line program that runs on platforms with a
Java VM (1.4 or later). It supports the features
of JavaScript 1.5 as specified in the ECMA-262
standard.