Skip to main content



      Home
Home » Archived » Hudson » How to assign JUnit test resolution in Hudson ?
How to assign JUnit test resolution in Hudson ? [message #1058475] Tue, 14 May 2013 05:53 Go to next message
Eclipse UserFriend
Hi everyone,

We are a team who develop a software written in Java. We use JUnit for unit tests. We would like to find a plugin for Hudson to monitor the results of unit tests.
The aim is to know which test is broken and to be able to assign its resolution to someone.

For exemple you can do it easily with sonar for code review : ht tp://www.sonarsource.org/wp-content/uploads/2011/10/CreatingReview.png
We are looking for something for Unit tests. We can pay for the software/plugin.

Thanks you for your help

Sylvain
Re: How to assign JUnit test resolution in Hudson ? [message #1058752 is a reply to message #1058475] Tue, 14 May 2013 17:52 Go to previous messageGo to next message
Eclipse UserFriend
If you build with Maven and set up your junit tests correctly, junit XML results will be generated to the target/surefire-reports/ folder.

In Hudson, click Publish JUnit Test Result report. Enter the path to the XML report files, e.g., target/surefire-reports/TEST*.xml and configure additionally as desired.

After your next build, you will see a link to Test Results in the job's page. Click that to view published results.
Re: How to assign JUnit test resolution in Hudson ? [message #1059243 is a reply to message #1058752] Fri, 17 May 2013 09:01 Go to previous message
Eclipse UserFriend
We don't use Maven. The solution is there : h ttp://stackoverflow.com/questions/16539918/how-to-assign-junit-test-resolution-in-jenkins-sonar#
Thanks for your answer.
Previous Topic:v2.2.1 - FATAL ERROR : Unrecognized constructor parameter: interface com.thoughtworks.xstream.conver
Next Topic:HTML Publisher 1.1 error
Goto Forum:
  


Current Time: Tue Jul 08 01:13:14 EDT 2025

Powered by FUDForum. Page generated in 0.03543 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top