Dashboard > CruiseControl.NET > ... > Using CruiseControl.NET with other applications > Using CruiseControl.NET with FitNesse
Using CruiseControl.NET with FitNesse Log In View a printable version of the current page.  
CruiseControl.NET documentation for latest CI builds
Added by Ashish Kumar , last edited by Owen Rogers on May 23, 2006  (view change)

Running FitNesse tests as part of your build process

Use the TestRunner which comes as part of the standard fitnesse distribution to run all the fitnesse tests and generate the results. You will need to use the <exec> task

Integrating FitNesse results into the Build Report

The output from the earlier step is in a format not suitable for the task. You can use the FormattingOption as mentioned here and by Jeffrey Palermo to transform the result in xml format.

To see the results on dashboard, you will need to merge the xml results into your build log using File Merge Task. And then update your dashboard.config file to include a Fitnesse Report build plugin:

<xslReportBuildPlugin description="Fitnesse Report" actionName="FitnesseReport" xslFileName="xsl\fitnesse.xsl"/>

use a XSL Report Build Plugin with the XSL File fitnesse.xsl. Refer to the Web Dashboard documentation for help on adding new plugin configuration.

You can use your own stylesheet, or use the one that has been included with ccnet in build 1.1.0.2186 and later.

Powered by a free Atlassian Confluence Open Source Project / Non-profit License granted to ThoughtWorks, Inc.. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators