Add following dependency to your projects maven pom.xml file:
:::xml
<dependency>
<groupId>com.metservice.testutils</groupId>
<artifactId>jasmine-runner-jetty7</artifactId>
<version>1</version>
<scope>test</scope>
</dependency>
This drags in a handfull of other dependencies into your project. To cope with projects that have an dependency to java Servlet API and to avoid library conflicts, there are 2 flavours of the plugin:
See [Annotations] for details how to write a Jasmine JUnit test.