Introduction

JsUnit is a Unit Testing framework for client-side (in-browser) JavaScript. It is essentially a port of JUnit to JavaScript. Also included is a platform for automating the execution of tests on multiple browsers and mutiple machines running different OSs.

JsUnit's development began in January 2001; JsUnit was the first testing framework for JavaScript. Over the years, it became a project maintained by Pivotal Labs. These days, at Pivotal Labs we use Jasmine. JsUnit is no longer actively maintained.

JsUnit is hosted on GitHub.  If you would like to contribute to JsUnit, please do so by forking the repository and issuing a pull request. There is a public Pivotal Tracker project for JsUnit.