This maven sample project show how to configure Jasmine for testing JavaScript code of a Java webapp.
Jasmine is a behavior-driven development framework for testing JavaScript code.
The Jasmine Maven Plugin enables to execute Jasmine tests during a maven build. With this maven plugin, JavaScript tests could be incorporated on your continuous integration server without requiring any browser. JavaScript code coverage is also computed.