Описание тега jasmine-maven-plugin

The maven plugin jasmine-maven-plugin helps you to execute your jasmine test scripts as part of a maven build.

Jasmine is a behavior-driven development framework for testing JavaScript code. To find out more about Jasmine have a look at http://pivotal.github.com/jasmine/

To run Jasmine test as part of your maven build this plugin might help you. There are two uses for this plugin (after you have added it to your project):

  • prepare the you jasmine test scripts to be run in a browser so you can interactively test them with mvn jasmine:bdd

  • run the tests as part of the maven build using HtmlUnit when you run mvn test

For more information: http://searls.github.com/jasmine-maven-plugin/