Hi,
If your java project is using Maven you should use a Maven task like Maven 3.x and then define a Maven goal like this for the task:
clean install
This will run the unit tests you have in your Java project.
The Junit Parser is used for parsing the unit results you have in your project not actually running the tests.
Hope this makes sense.
Regards
Lasse Langhorn
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.