[squeak-dev] Continuous integration (was: All tests running green)

laurent laffont laurent.laffont at gmail.com
Sat Jul 26 18:02:12 UTC 2008


> At which point, your report could be more...graphical?!
>
Yes, do you have some ideas ?

 CITestReporter generate xml reports like this:

$ cat TEST-LocaleTest.xml

<testsuite errors="2" failures="0" passed="2">
<passed>
<pass>LocaleTest&gt;&gt;#testEncodingName {testing}</pass>
<pass>LocaleTest&gt;&gt;#testFontFullName {testing}</pass></passed>
<failures></failures>
<errors>
<error>LocaleTest&gt;&gt;#testLocaleChanged {testing}</error>
<error>LocaleTest&gt;&gt;#testIsFontAvailable
{testing}</error></errors></testsuite>

so we just have to write a parser for a fancy xhtml output with css, ...

Laurent Laffont
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20080726/fe6f999c/attachment.htm


More information about the Squeak-dev mailing list