This Eclipse plug-in supports JavaScript testing via JsTestDriver with following 2 functions
- Generate library files and configuration file for JsTestDriver automatically
- Generate QUnit test code template
- Java 6.0 or above
- Eclipse 3.5 or above
- JsTestDriver Eclipse plug-in installed
- Build Eclipse plug-in (Easiest way to build Eclipse plug-in is to import the project to Eclipse and export it as "Deployable plug-ins and fragments")
- Install the plug-in to "dropins" folder of Eclipse
- Right click the target project and select "New" - "Other..."
- Select "JsTestDriver Project Helper" - "JsTestDriver Project Configuration"
- Fill the settings
- Library files are copied to library directory and configuration file is created to the project root directory
- Select "JsTestDriver Project Helper" - "QUnit Test Case" to create test code template
You may use the project under the terms of the MIT License