17 Jun 2011 The general idea for JS Test Driver is that it allows you to run javascript unit tests. While this is nothing new, there are some interesting bits. JSTD provides XML output of tests running, which can be used for CI integration and test coverage. It can also run your tests across multiple browsers. JS Test Driver Installation JSTD's only dependencies are java and a browser, which makes it very easy to get it setup. I'm assuming you are on an Ubuntu machine, if you aren't, you're o...