jenkins « junit « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » junit » jenkins 

1. JUnit XML Format Specification that Hudson supports    stackoverflow.com

I have Hudson as continuous integration server and I want to use option 'Publish JUnit test result report'. But I don't use xUnit tools for testing, instead of that i have ...

2. How to get CTest results in Hudson / Jenkins    stackoverflow.com

I'm using CTest (part of CMake) for my automated tests. How do I get CTest results in the Jenkins dashboard ? Or, phrased differently, how do I get CTest to output ...

3. Need XSL file to convert internal xml tests format to Junit format (xUnit Plugin for jenkins)    stackoverflow.com

I am trying to write an XSL to transform my XML to a JUNIT format jenkins takes (see below) my xml looks like this: (i have several "Classes" like 'datacenters' or 'network')

<tests>
  ...

4. Hudson - linking source code to junit failed test results    stackoverflow.com

Is there a way to link the failed test results to source code? Right now I see the failed tests in Hudson and then manually go to the class in Eclipse ...

5. VHDL test results into jUnit (or other Jenkins-recognized) format    stackoverflow.com

I'm setting up automated regression testing for an FPGA project, almost exactly as described here:

Now I want to get test results (from VHDL REPORT ...

6. Use external files based on os from junit test when building with hudson/jenkins?    stackoverflow.com

In a maven project I have some junit tests where I need to refer to some runtime libraries (the birt runtime) when running the tests:

  @Before
  public ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.