Automated unit testing with JavaScript
I’m trying to incorporate some JavaScript unit testing into my automated build process. Currently JSUnit works well with JUnit, but it seems to be abandonware and lacks good support for Ajax, debugging, and timeouts. Has anyone had any luck automating (with Ant) a unit testing library such as YUI test, jQuery’s QUnit, or jQUnit? Note: … Read more