Maven 1.x CruiseControl Plugin

Request to make test results visable in the "Test Results" tab.

Details

  • Type: Improvement Improvement
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None
  • Number of attachments :
    0

Description

The test results can be merged into the CruiseControl log. This will make them visable in "Test Results" in the CruiseControl web aplication.

This can be accomplished by replacing

<log dir="${maven.cruisecontrol.logs.dir}/${pom.artifactId}">

with

<log dir="${maven.cruisecontrol.logs.dir}/${pom.artifactId}">
<merge dir="${maven.cruisecontrol.checkout.dir}/${module}/target/test-reports"/>
</log>

in cruisecontrol.jsl

Activity

Hide
David Eric Pugh added a comment -

Committed! Can you verify the fix?

Show
David Eric Pugh added a comment - Committed! Can you verify the fix?
Hide
Paul Spencer added a comment -

The fix looks good.

Show
Paul Spencer added a comment - The fix looks good.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: