0

I would like to execute JSFUnit tests during the Maven build process of the application. How can I configure Maven to do so?

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555

1 Answers1

0

http://maven.apache.org/surefire/maven-surefire-plugin/

This plugin will do the trick.

Example pom:

How do I get my Maven Integration tests to run

Community
  • 1
  • 1
Karl Kildén
  • 2,415
  • 22
  • 34