Archive for March, 2010

Automated Unit Testing for JavaScript

Wednesday, March 3rd, 2010

In our work towards Continuous Deployment and an improved approach to JavaScript we are missing one very important thing - automated unit testing for JavaScript. Currently we have have some tests written in TestCase that will run in the browser. But we need away to automate this without the need of ...