Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 09:53 Go to next message
Sylvain B is currently offline Sylvain BFriend
Messages: 2
Registered: May 2013
Junior Member
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 21:52 Go to previous messageGo to next message
Bob Foster is currently offline Bob FosterFriend
Messages: 85
Registered: January 2013
Member
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 13:01 Go to previous message
Sylvain B is currently offline Sylvain BFriend
Messages: 2
Registered: May 2013
Junior Member
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: Fri Apr 26 06:56:37 GMT 2024

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

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

Back to the top