Search code examples
javascriptunit-testingmaven-2web-applicationslift

What is a good tool for unit testing javascript in a maven webapp / liftweb project?


I want to unit test the javascript I have embedded in the webapp portion of my liftweb project. Liftweb is a subset of the maven webapp archetype, so my question applies to that framework as well.

By 'good', I mean that the tests can be integrated into the maven automated testing.

I understand that different browsers support different versions of ecmascript, so I am okay with a testing solution that restricts itself to one specific version.


Solution

  • JSUnit might help with JavaScript testing.