I have started using Qunit to test my JS code. I am looking into JSCoverage to generate the coverage reports later. We have a CI server (Jenkins) which already do a few thin
A few more details, for those actually attempting this:
If you want to run QUnit and publish the results in Jenkins, you'll need to do the following:
This is the easy step - look in "Post-build Actions" for your job in Jenkins, and add the path to the XML file.