Re: Integrating with the "Tests" tab in the dashboard.
Andres Olarte <[email protected]>
| Newsgroups | gmane.comp.java.cruise-control.user |
|---|---|
| Message-ID | <[email protected]> |
That did the trick. Thanks a lot Joe! Andres On Thu, Sep 3, 2009 at 11:59 AM, Joe Schmetzer <[email protected]> wrote: > CruiseControl can only report what is available within its log file > for the build. If you want to display information on the test results, > you will need to merge the output from the tests into the log file. > You use the <merge> configuration to do this: > > http://cruisecontrol.sourceforge.net/main/configxml.html#merge > > In general, I will configure my Ant build to dump all the test results > in a directory, and then merge the results into the CruiseControl log > list this: > > <log> > <merge dir="${workspace}/target/test-data" pattern="TEST*.xml" /> > </log> > > HTH, > Joe > > 2009/9/3 Andres Olarte <[email protected]>: > > Hi all, > > > > I got cruise control properly working, building my projects and > > running the unit tests we have so far, and we're really happy with > > what cruise control has provided to us. However, there's still a > > piece of the puzzle I don't get. On the dashboard there's a "Tests" > > tab, how do I integrate with that tab? Can I show there my tests > > results? > > > > > > Thanks a lot > > > > > > -- > > Andres Olarte > > dotCMS > > Main: 305.858.1422 > > Direct: 786.594.5285 > > Fax: 305.397.1719 > > www.dotCMS.org > > > > "Packt Publishing's 2008 Best Non PHP Open Source CMS Finalist" > > > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 > 30-Day > > trial. Simplify your report design, integration and deployment - and > focus on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > Cruisecontrol-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user > > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Cruisecontrol-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user > -- Andres Olarte dotCMS Main: 305.858.1422 Direct: 786.594.5285 Fax: 305.397.1719 www.dotCMS.org "Packt Publishing's 2008 Best Non PHP Open Source CMS Finalist" ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Cruisecontrol-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cruisecontrol-user