Unit Testing in JavaScript
Bruno does a lot of JavaScript development and needs to build lots of web pages to test his code. On top of that, those tests always involve a human tester and cannot be included in automated tests (like in continuous integration).
That's why I dared him to build a test framework for JavaScript.
So far, he came up with a basic mock framework and running environment, but we would like to take it further and integrate it with any unit testing framework.
Any ideas?