|
|
JSUnit (http://www.jsunit.net) is a xunit based testing framework for javascript. JSUnit provides a framework for writting unit tests and a browser based runner for executing them.
This project (jsunit-ext) is a custom test runner built using ExtJS (http://www.extjs.com) javascript library in order to provide a better user interface and certain features missing in default runner of jsunit while not requiring any change in tests which have already been written.
The added features in ExtJS based test runner are:
- Ability to run a single unit test from a test page.
- Ability to run a single test page in a test suite.
This runner has been written against the version extracted from the trunk of http://www.jsunit.net and not the latest stable release.
Known Issues:
- Tracing is not correctly and completely supported.
(These issues will go away in few days)
