Support Gallio test reports#813

Subscribe to Support Gallio test reports 4 post(s), 2 voice(s)

 
Avatar Pete Mounce 47 post(s) #2165

It would be great if you could support Gallio’s (http://www.gallio.org) test-report files.

Gallio is a test-runner that has grown out of the development of MbUnit v3. Gallio has adapters to run various different .NET test-frameworks, including NUnit, MbUnit, xUnit and I think a couple others.

 
Avatar Jez Humble Administrator 108 post(s) #2168

Hey Pete.

We already support any test report format you like. Just add a custom tab—see “integrating artifacts in tabs” here: http://studios.thoughtworks.com/cruise-continuous-integration/1.0/help/cruise_integration.html

Is there anything else you need in addition to this?

 
Avatar Pete Mounce 47 post(s) #2176

Yup, found that and have done it; thanks.

Perhaps from a usability point of view, it might be nice to be able to configure which artifacts are going to be most useful to the viewer? So the tree is expanded automatically, and the file is highlighted. At the moment, I need to publish report assets from Gallio (per job-run, too; I don’t know that I can specify a relative path for their paths to be generated in the report), which as far as the viewer is concerned is noise; they’re only there to feed the HTML report, which is the only thing he needs to click on (if he doesn’t use the tab).

I find the 16-character limit on tab-name-length a bit restrictive, but I guess I understand why (and I’m on a 24” monitor ;-) ).

 
Avatar Jez Humble Administrator 108 post(s) #2183

Hey Pete

I agree that it would be nice to indicate which artifacts are particularly interesting. It’s something we’ll consider.