Hi
you mean that you have a tool that runs over your source, right?
and you would like to get this information in the dashboard, right?
I added this in the faq, but I'll summarise :
° if the tools supports XML output, write it to a file, (no console output)
° if it displays to the screen, that's also ok
° in case you write the result to a file, you must use the file merge
publisher to merge these
results into the build log
° now you must create an xsl file to visualise the data
° add this xsl file to dashboard/xsl, and update the dashboard.config file
to use it
(look for nunit.xsl in this file, and add your own file)
with kind regards
Ruben Willems
On Mon, Jan 12, 2009 at 12:50 PM, CinnamonDonkey <
[email protected]> wrote:
>
> I'm also interested in this.
>
> To try and clarify the question - Once a build has completed
> successfully the Build Report is generated and can be viewed. At the
> bottom of this report is a section which looks something like:
>
> *** Tests run: 0, Failures: 0, Not run: 0, Time: 0 seconds ***
> No Tests Run
> This project doesn't have any tests
>
> What I would like to do and what I think the original author of this
> question is trying to do is to make use of this section based on the
> results of our own test suit.
>
> For example, I run a code analysis tool over the code as part of the
> build process. It would be nice if our tools output was collated and
> the results filled out in this section of the build report.
>
> How would one go about doing that?
>
> Cheers,
> Shaun
>
>
> On 9 Jan, 07:40, "Ruben Willems" <[email protected]> wrote:
> > Hi
> >
> > can you be a bit more prcise?
> >
> > with kind regards
> > Ruben Willems
> >
> > On Fri, Jan 9, 2009 at 5:31 AM, Alexander Baron Lash <
> >
> >
> >
> >
> >
> > [email protected]> wrote:
> >
> > > External source control? Check.
> > > External build process? Check.
> >
> > > External testing?
> >
> > > I'd love to be able to make use of the "Tests run: %d, Failures:
> > > %d..." section of the build report, but I can't figure out any way to
> > > do it.
> >
> > > Any guidance on what format to output / where to write to?
> >
> > > Best,
> >
> > > Alex
>