JsUnit version 2.1 has been released. It is available for download on
Sourceforge, along with the changelog.
Most of the changes from version 2.0 affect the server and interaction
with the server. All server functions - standalone test, distributed
test, starting and stopping - are now available as Ant targets rather
than platform-specific shell scripts. jsunit.properties has been
deprecated. This makes it much easier to run standalone and
distributed tests, and also much easier to hook them into a continuous
build system such as Anthill or Cruise Control, because your JsUnit
suite can be executed from an Ant target.
The use of jsunit.properties is still supported - it's just not the
preferred way any more.
I've updated the documentation at jsunit.net. As usual, comments and
feedback are appreciated.
- Edward